summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/include/ntp_syslog.h')
-rw-r--r--contrib/ntp/include/ntp_syslog.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/ntp/include/ntp_syslog.h b/contrib/ntp/include/ntp_syslog.h
index 8e47c56..38021e2 100644
--- a/contrib/ntp/include/ntp_syslog.h
+++ b/contrib/ntp/include/ntp_syslog.h
@@ -5,10 +5,6 @@
#ifndef NTP_SYSLOG_H
#define NTP_SYSLOG_H
-#ifdef GIZMO
-# include "gizmo_syslog.h"
-#else /* !GIZMO */
-
# ifdef VMS
extern void msyslog();
# else
@@ -16,11 +12,8 @@ extern void msyslog();
# include <syslog.h>
# endif
# endif /* VMS */
-
# include <stdio.h>
-#endif /* GIZMO */
-
extern int syslogit;
extern FILE *syslog_file;
OpenPOWER on IntegriCloud