summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/include
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-04-21 01:32:32 +0000
committerwollman <wollman@FreeBSD.org>1994-04-21 01:32:32 +0000
commit626ad815dc68f63750bef31813d6674bc71e957b (patch)
treee6118904954fc216401d8283456aeac5e7592395 /usr.sbin/xntpd/include
parent77b27d49908102e93566da2c2257e619c2b292dc (diff)
downloadFreeBSD-src-626ad815dc68f63750bef31813d6674bc71e957b.zip
FreeBSD-src-626ad815dc68f63750bef31813d6674bc71e957b.tar.gz
Merged xntp3.3q from vendor branch.
Diffstat (limited to 'usr.sbin/xntpd/include')
-rw-r--r--usr.sbin/xntpd/include/ntp_machine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/include/ntp_machine.h b/usr.sbin/xntpd/include/ntp_machine.h
index abc0acb..74af397 100644
--- a/usr.sbin/xntpd/include/ntp_machine.h
+++ b/usr.sbin/xntpd/include/ntp_machine.h
@@ -84,6 +84,7 @@ INFO ON NEW KERNEL PLL SYS CALLS
NTP_SYSCALLS_STD - use the "normal" ones
NTP_SYSCALL_GET - SYS_ntp_gettime id
NTP_SYSCALL_ADJ - SYS_ntp_adjtime id
+ NTP_SYSCALLS_LIBC - ntp_adjtime() and ntp_gettime() are in libc.
HOW TO GET IP INTERFACE INFORMATION
@@ -394,6 +395,11 @@ in this file.
#define STR_SYSTEM "UNIX/*BSD"
#endif
#endif
+#ifdef SYS_FREEBSD
+#define HAVE_TERMIOS
+#define HAVE_UNAME
+#define NTP_SYSCALLS_LIBC
+#endif
/*
* DEC AXP OSF/1
OpenPOWER on IntegriCloud