From a07bd6902171655a99f8ed2803336735aa624456 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 21 Apr 1994 21:06:40 +0000 Subject: [PATCH] Enable kernelized NTP PLL support on the daemon side. If your clocks suddenly start running backwards 500 hours per day, let me know. --- usr.sbin/xntpd/include/ntp_machine.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/xntpd/include/ntp_machine.h b/usr.sbin/xntpd/include/ntp_machine.h index 74af397d33e4..16c3fbf6da83 100644 --- a/usr.sbin/xntpd/include/ntp_machine.h +++ b/usr.sbin/xntpd/include/ntp_machine.h @@ -398,7 +398,9 @@ in this file. #ifdef SYS_FREEBSD #define HAVE_TERMIOS #define HAVE_UNAME +#define HAVE_SYS_TIMEX_H #define NTP_SYSCALLS_LIBC +#define KERNEL_PLL #endif /*