summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
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