summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-19 07:11:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-19 07:11:42 +0000
commitcfda6f9df8594c655b63a466e8f0913400eb4d7f (patch)
tree5fa301ac04362ef0e46c7650d3eefc368cc22363 /syslogd.c
parent2d824173f21324dc7a5262146dcd374aacdde43b (diff)
downloadrsyslog-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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/syslogd.c b/syslogd.c
index c9b41d36..e7bb6ed1 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -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