summaryrefslogtreecommitdiff
path: root/src/syslog/openlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syslog/openlog.c')
-rw-r--r--src/syslog/openlog.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/syslog/openlog.c b/src/syslog/openlog.c
deleted file mode 100644
index 5693f8cc..00000000
--- a/src/syslog/openlog.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#if 0
-
-#include <syslog.h>
-
-void openlog(const char * ident, int logopt, int facility)
-{
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif