A nice patch from Larry Doolittle that adds -Wshadow and
cleans up most of the now-revealed problems.
This commit is contained in:
@@ -477,8 +477,6 @@ static void doSyslogd (void)
|
||||
int sock_fd;
|
||||
fd_set fds;
|
||||
|
||||
RESERVE_BB_BUFFER(lfile, BUFSIZ);
|
||||
|
||||
/* Set up signal handlers. */
|
||||
signal (SIGINT, quit_signal);
|
||||
signal (SIGTERM, quit_signal);
|
||||
|
Reference in New Issue
Block a user