diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 07:11:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 07:11:42 +0000 |
commit | cfda6f9df8594c655b63a466e8f0913400eb4d7f (patch) | |
tree | 5fa301ac04362ef0e46c7650d3eefc368cc22363 /syslogd.c | |
parent | 2d824173f21324dc7a5262146dcd374aacdde43b (diff) | |
download | rsyslog-cfda6f9df8594c655b63a466e8f0913400eb4d7f.tar.gz rsyslog-cfda6f9df8594c655b63a466e8f0913400eb4d7f.tar.xz rsyslog-cfda6f9df8594c655b63a466e8f0913400eb4d7f.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
@@ -191,9 +191,6 @@ #include <sys/types.h> #include <sys/stat.h> - -#ifndef __sun -#endif #include <arpa/nameser.h> #include <arpa/inet.h> #include <resolv.h> @@ -203,7 +200,7 @@ #include <pthread.h> -#if HAVE_PATHS_H +#if HAVE_PATHS_H #include <paths.h> #endif |