diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-21 07:34:27 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-21 07:34:27 +0000 |
commit | 181385da6b3577bb300bcda2653623ae46928ad4 (patch) | |
tree | d1f07be4de0004fe5e30b44320e10285147e7944 /sysklogd | |
parent | 0ccb1013f6746540ee25e7f070982d043e3ca949 (diff) | |
download | busybox-w32-181385da6b3577bb300bcda2653623ae46928ad4.tar.gz busybox-w32-181385da6b3577bb300bcda2653623ae46928ad4.tar.bz2 busybox-w32-181385da6b3577bb300bcda2653623ae46928ad4.zip |
A nice patch from Larry Doolittle that adds -Wshadow and
cleans up most of the now-revealed problems.
git-svn-id: svn://busybox.net/trunk/busybox@2177 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/syslogd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index d0e177347..52642e302 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -477,8 +477,6 @@ static void doSyslogd (void) | |||
477 | int sock_fd; | 477 | int sock_fd; |
478 | fd_set fds; | 478 | fd_set fds; |
479 | 479 | ||
480 | RESERVE_BB_BUFFER(lfile, BUFSIZ); | ||
481 | |||
482 | /* Set up signal handlers. */ | 480 | /* Set up signal handlers. */ |
483 | signal (SIGINT, quit_signal); | 481 | signal (SIGINT, quit_signal); |
484 | signal (SIGTERM, quit_signal); | 482 | signal (SIGTERM, quit_signal); |