aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-28 09:31:28 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-28 09:31:28 +0000
commit68d4a85f129f029ff7c42a65ca723444384f7357 (patch)
tree01659700e2ca857431eb9ffaab9ec0655295b2b9 /sysklogd/klogd.c
parentf3a02bbf41432488bae8e2a17a9a1f361e428b6b (diff)
downloadbusybox-68d4a85f129f029ff7c42a65ca723444384f7357.tar.gz
Fixup bugs in last patch
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index 2e187b199..c132e065c 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -147,7 +147,6 @@ extern int klogd_main(int argc, char **argv)
}
if (doFork) {
-#if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__)
if (daemon(0, 1) < 0)
bb_perror_msg_and_die("daemon");
#if defined(__uClinux__)