summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-03-12 21:58:54 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-03-12 21:58:54 +0000
commit30f27235cb808c86f39cdecf93c932df5daa41fb (patch)
treee3b5b807a3c41f30155c7e44baffdca81ee0ab38 /sys/kern/kern_clock.c
parentba1602a8ed088b41c4cc89a689a98a2f082af61e (diff)
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 14f90d9d1ffc..7068d0a569fb 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.90 1999/03/11 15:09:47 phk Exp $
+ * $Id: kern_clock.c,v 1.91 1999/03/12 11:09:50 phk Exp $
*/
#include "opt_ntp.h"
@@ -812,7 +812,7 @@ tco_forward(int force)
SYSCTL_NODE(_kern, OID_AUTO, timecounter, CTLFLAG_RW, 0, "");
-SYSCTL_INT(_kern_timecounter, KERN_ARGMAX, method, CTLFLAG_RW, &tco_method, 0,
+SYSCTL_INT(_kern_timecounter, OID_AUTO, method, CTLFLAG_RW, &tco_method, 0,
"This variable determines the method used for updating timecounters. "
"If the default algorithm (0) fails with \"calcru negative...\" messages "
"try the alternate algorithm (1) which handles bad hardware better."