diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-07 22:06:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-07 22:06:34 +0000 |
commit | 8164b29951f52603c84f0e1450dd19c38f42ae2c (patch) | |
tree | e9ee2efd226928ee65cd630f029c168fa6d2adcf | |
parent | 782c5d63a595a6c01752cbfe8115e2aa490b1db5 (diff) |
document a bit better
-rw-r--r-- | sys/sys/sysctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index a2fb9ed3ed9..26cc22fba36 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.58 2002/07/07 18:20:02 deraadt Exp $ */ +/* $OpenBSD: sysctl.h,v 1.59 2002/07/07 22:06:33 deraadt Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -141,8 +141,8 @@ struct ctlname { #define KERN_DOMAINNAME 22 /* string: (YP) domainname */ #define KERN_MAXPARTITIONS 23 /* int: number of partitions/disk */ #define KERN_RAWPARTITION 24 /* int: raw partition number */ -#define KERN_NTPTIME 25 /* struct: extended-precision time */ -#define KERN_TIMEX 26 /* struct: ntp timekeeping state */ +/*define gap 25 */ +/*define gap 26 */ #define KERN_OSVERSION 27 /* string: kernel build version */ #define KERN_SOMAXCONN 28 /* int: listen queue maximum */ #define KERN_SOMINCONN 29 /* int: half-open controllable param */ |