diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 07:14:21 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 07:14:21 +0000 |
commit | 26059b310e2e90a60873cba6a022a61e7999cab4 (patch) | |
tree | 5911887cc66929288e7213725a13b533e5f8c9be /syslogd.c | |
parent | 745cfae6d3231b409d39bf864706421a2c5a3a2c (diff) | |
download | rsyslog-26059b310e2e90a60873cba6a022a61e7999cab4.tar.gz rsyslog-26059b310e2e90a60873cba6a022a61e7999cab4.tar.bz2 rsyslog-26059b310e2e90a60873cba6a022a61e7999cab4.zip |
applied some more cleanup provided by Michael Biebl
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -182,9 +182,6 @@ #include <sys/types.h> #include <sys/stat.h> - -#ifndef __sun -#endif #include <arpa/nameser.h> #include <arpa/inet.h> #include <resolv.h> @@ -196,7 +193,7 @@ #include <pthread.h> #endif -#if HAVE_PATHS_H +#if HAVE_PATHS_H #include <paths.h> #endif |