summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-10-26 17:22:01 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-10-26 17:22:01 +0000
commit02a171d62ef186a1ee5281f9a34f67722dae0939 (patch)
tree1a0450e57692ab1a5db971b9f20d2863203e7a2e
parent7038600949bc1e5a9869bf8635659d2ac625188f (diff)
missing name for KERN_CPTIME2; from form@
-rw-r--r--sys/sys/sysctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index f6c8b5b7362..a51e00ed3c3 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.h,v 1.83 2005/06/08 22:33:27 millert Exp $ */
+/* $OpenBSD: sysctl.h,v 1.84 2005/10/26 17:22:00 mickey Exp $ */
/* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */
/*
@@ -258,6 +258,7 @@ struct ctlname {
{ "evcount", CTLTYPE_NODE }, \
{ "timecounter", CTLTYPE_NODE }, \
{ "maxlocksperuid", CTLTYPE_INT }, \
+ { "cp_time2", CTLTYPE_STRUCT }, \
}
/*