summaryrefslogtreecommitdiffhomepage
path: root/sysklogd
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/logger.c1
-rw-r--r--sysklogd/syslogd.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index 0e1ce8dce..f4a0f82fb 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -25,7 +25,6 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 508a6572b..dfc933dbf 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -36,7 +36,6 @@
#include <time.h>
#include <unistd.h>
#include <sys/socket.h>
-#include <sys/stat.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/param.h>