Date: Tue, 04 Feb 1997 19:01:59 -0500 From: stenn@whimsy.udel.edu To: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de> Cc: John Hay <jhay@zibbi.mikom.csir.co.za>, Steve Logue <logue@engr.orst.edu>, freebsd-hackers@freebsd.org Subject: Re: xntp3-5.89.2 & FreeBSD 2.2-GAMMA won't compile Message-ID: <9702041901.aa26048@whimsy.udel.edu> In-Reply-To: Your message of "Tue, 04 Feb 1997 21:36:51 %2B0100." <Mutt.19970204213651.j@uriah.heep.sax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
It looks like I'll need to add this patch to the sys/timex.h file in the xntpd distribution: --- timex.h- Sat Jul 15 04:06:10 1995 +++ timex.h Sun Feb 2 02:56:21 1997 @@ -284,6 +284,17 @@ }; #ifdef __FreeBSD__ +/* + * sysctl identifiers underneath kern.ntp_pll + */ +#define NTP_PLL_GETTIME 1 /* used by ntp_gettime() */ +#define NTP_PLL_MAXID 2 /* number of valid ids */ + +#define NTP_PLL_NAMES { \ + { 0, 0 }, \ + { "gettime", CTLTYPE_STRUCT }, \ + } + #ifndef KERNEL #include <sys/cdefs.h> Is there anything else I should add to the xntpd distribution to make life easier for us? Harlan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi? <9702041901.aa26048>