summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/include
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1998-10-19 20:48:08 +0000
committerdima <dima@FreeBSD.org>1998-10-19 20:48:08 +0000
commit142da85ef5052de403921320b197883828b42117 (patch)
tree815cf352e9b5595ca7584f076025b55cc5cbf24f /usr.sbin/xntpd/include
parentf651fc063e97f67f9553790548170225307e2c0b (diff)
downloadFreeBSD-src-142da85ef5052de403921320b197883828b42117.zip
FreeBSD-src-142da85ef5052de403921320b197883828b42117.tar.gz
Use sysctl() rather than kvm_read() when getting information
about clock stuff from kernel. This fixes xntpd on alpha.
Diffstat (limited to 'usr.sbin/xntpd/include')
-rw-r--r--usr.sbin/xntpd/include/ntp_machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/include/ntp_machine.h b/usr.sbin/xntpd/include/ntp_machine.h
index 25de021..0d4267c 100644
--- a/usr.sbin/xntpd/include/ntp_machine.h
+++ b/usr.sbin/xntpd/include/ntp_machine.h
@@ -373,6 +373,7 @@ in this file.
#if defined(SYS_44BSD)
#define HAVE_SIGNALED_IO
#define HAVE_LIBKVM
+#define HAVE_SYSCTL
#define NTP_POSIX_SOURCE
#define HAVE_BSD_NICE
#define USE_PROTOTYPES
OpenPOWER on IntegriCloud