summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-13 09:57:32 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-13 09:57:32 +0000
commit933002fc7b4c75298873360fa353e29fe42300c0 (patch)
treed6be6b61ef1de3deef921bcf75b1e5ac540a6daf
parent5aea12f9646eeae2216be72dab95e9aaf2ef3a58 (diff)
downloadrsyslog-933002fc7b4c75298873360fa353e29fe42300c0.tar.gz
rsyslog-933002fc7b4c75298873360fa353e29fe42300c0.tar.xz
rsyslog-933002fc7b4c75298873360fa353e29fe42300c0.zip
removed no longer needed include
-rw-r--r--syslogd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/syslogd.c b/syslogd.c
index 680b02ca..817f8a3e 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -184,9 +184,6 @@
#include <netinet/in.h>
#include <netdb.h>
#ifndef __sun
-#ifndef BSD
-#include <syscall.h>
-#endif
#endif
#include <arpa/nameser.h>
#include <arpa/inet.h>