diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:24:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:24:02 +0000 |
commit | 888c5e0afadbf75226ba6223ce548a1b379bbf85 (patch) | |
tree | 48dbdf393d1db7411ddda579e966d20ccecd47d8 /syslogd.c | |
parent | c5f99dc22253e5bd1adbfbfa7c3fd842554b9016 (diff) | |
download | rsyslog-888c5e0afadbf75226ba6223ce548a1b379bbf85.tar.gz rsyslog-888c5e0afadbf75226ba6223ce548a1b379bbf85.tar.xz rsyslog-888c5e0afadbf75226ba6223ce548a1b379bbf85.zip |
cleanup
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -117,7 +117,6 @@ #include <string.h> #include <stdarg.h> #include <time.h> -#include <dlfcn.h> #include <assert.h> #include <sys/syslog.h> @@ -139,10 +138,6 @@ #include <sys/resource.h> #include <signal.h> -//?#include <dirent.h> -//?#include <glob.h> -//?#include <sys/types.h> - #if HAVE_PATHS_H #include <paths.h> #endif @@ -159,7 +154,6 @@ #include "outchannel.h" #include "syslogd.h" -//?#include "parse.h" #include "msg.h" #include "modules.h" #include "action.h" |