summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-30 00:34:21 +0000
committerwollman <wollman@FreeBSD.org>1994-09-30 00:34:21 +0000
commitee6e0c23a90b578bd4de3fbd8e44c93f46a39ff6 (patch)
tree90686e48d3733a94be1a568c205dee927e56b2a5 /usr.sbin/xntpd/lib
parentfd4b49373e27271d64d29752090f46ad2b3f3bea (diff)
downloadFreeBSD-src-ee6e0c23a90b578bd4de3fbd8e44c93f46a39ff6.zip
FreeBSD-src-ee6e0c23a90b578bd4de3fbd8e44c93f46a39ff6.tar.gz
Make it compile under 2.0.
Diffstat (limited to 'usr.sbin/xntpd/lib')
-rw-r--r--usr.sbin/xntpd/lib/msyslog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/lib/msyslog.c b/usr.sbin/xntpd/lib/msyslog.c
index aca016b..d71b075 100644
--- a/usr.sbin/xntpd/lib/msyslog.c
+++ b/usr.sbin/xntpd/lib/msyslog.c
@@ -47,7 +47,10 @@ void msyslog(va_alist)
const char *err;
register int c, l;
register char *n, *f, *prog;
+#ifndef SYS_44BSD
extern int sys_nerr;
+ extern char *sys_errlist[];
+#endif
int olderrno;
#ifdef __STDC__
OpenPOWER on IntegriCloud