summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-19 07:14:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-19 07:14:21 +0000
commit26059b310e2e90a60873cba6a022a61e7999cab4 (patch)
tree5911887cc66929288e7213725a13b533e5f8c9be /syslogd.c
parent745cfae6d3231b409d39bf864706421a2c5a3a2c (diff)
downloadrsyslog-26059b310e2e90a60873cba6a022a61e7999cab4.tar.gz
rsyslog-26059b310e2e90a60873cba6a022a61e7999cab4.tar.xz
rsyslog-26059b310e2e90a60873cba6a022a61e7999cab4.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 c67e0233..6cf9d557 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -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