diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-28 09:31:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-28 09:31:28 +0000 |
commit | 68d4a85f129f029ff7c42a65ca723444384f7357 (patch) | |
tree | 01659700e2ca857431eb9ffaab9ec0655295b2b9 /sysklogd/klogd.c | |
parent | f3a02bbf41432488bae8e2a17a9a1f361e428b6b (diff) | |
download | busybox-w32-68d4a85f129f029ff7c42a65ca723444384f7357.tar.gz busybox-w32-68d4a85f129f029ff7c42a65ca723444384f7357.tar.bz2 busybox-w32-68d4a85f129f029ff7c42a65ca723444384f7357.zip |
Fixup bugs in last patch
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 1 |
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) | |||
147 | } | 147 | } |
148 | 148 | ||
149 | if (doFork) { | 149 | if (doFork) { |
150 | #if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__) | ||
151 | if (daemon(0, 1) < 0) | 150 | if (daemon(0, 1) < 0) |
152 | bb_perror_msg_and_die("daemon"); | 151 | bb_perror_msg_and_die("daemon"); |
153 | #if defined(__uClinux__) | 152 | #if defined(__uClinux__) |