aboutsummaryrefslogtreecommitdiff
path: root/networking/dnsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/dnsd.c')
-rw-r--r--networking/dnsd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/dnsd.c b/networking/dnsd.c
index 58a8fc1d2..f8bd07e10 100644
--- a/networking/dnsd.c
+++ b/networking/dnsd.c
@@ -92,7 +92,7 @@ static void convname(char *a, uint8_t *q)
}
/*
- * Insert length of substrings insetad of dots
+ * Insert length of substrings instead of dots
*/
static void undot(uint8_t * rip)
{
@@ -393,12 +393,12 @@ int dnsd_main(int argc, char **argv)
}
if(is_daemon())
-#if defined(__uClinux__)
+#ifdef BB_NOMMU
/* reexec for vfork() do continue parent */
vfork_daemon_rexec(1, 0, argc, argv, "-d");
-#else /* uClinux */
+#else
bb_xdaemon(1, 0);
-#endif /* uClinuvx */
+#endif
dnsentryinit(is_verbose());