diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-10-26 17:22:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-10-26 17:22:01 +0000 |
commit | 02a171d62ef186a1ee5281f9a34f67722dae0939 (patch) | |
tree | 1a0450e57692ab1a5db971b9f20d2863203e7a2e | |
parent | 7038600949bc1e5a9869bf8635659d2ac625188f (diff) |
missing name for KERN_CPTIME2; from form@
-rw-r--r-- | sys/sys/sysctl.h | 3 |
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 }, \ } /* |