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 | |
parent | f3a02bbf41432488bae8e2a17a9a1f361e428b6b (diff) |
Fixup bugs in last patch
Diffstat (limited to 'sysklogd')
-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) } if (doFork) { -#if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__) if (daemon(0, 1) < 0) bb_perror_msg_and_die("daemon"); #if defined(__uClinux__) |