summaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index 030e962..954d979 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -205,12 +205,12 @@ int crond_main(int ac, char **av)
*/
if (!(opt & 4)) {
-#if defined(__uClinux__)
+#ifdef BB_NOMMU
/* reexec for vfork() do continue parent */
vfork_daemon_rexec(1, 0, ac, av, "-f");
-#else /* uClinux */
+#else
bb_xdaemon(1, 0);
-#endif /* uClinux */
+#endif
}
(void) startlogger(); /* need if syslog mode selected */