Received: from snow-white.ee.udel.edu by whimsy.udel.edu id aa26027; 4 Feb 97 23:54 GMT Received: from mumps.pfcs.com (mumps.pfcs.com [192.52.69.11]) by pcpsj.pfcs.com (8.6.12/8.6.9) with SMTP id SAA28695 for ; Tue, 4 Feb 1997 18:54:46 -0500 Received: from brown.pfcs.com by mumps.pfcs.com with SMTP id AA19672 (5.67b/IDA-1.5 for ); Tue, 4 Feb 1997 18:54:44 -0500 From: Harlan Stenn Received: (harlan@localhost) by brown.pfcs.com (8.7.5/8.6.9) id SAA20309 for stenn@whimsy.udel.edu; Tue, 4 Feb 1997 18:54:44 -0500 (EST) Date: Tue, 4 Feb 1997 18:54:44 -0500 (EST) Message-Id: <199702042354.SAA20309@brown.pfcs.com> To: stenn@whimsy.udel.edu --- timex.h Sat Jul 15 04:06:10 1995 +++ /usr/include/sys/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