summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-16 01:09:42 +0000
committerache <ache@FreeBSD.org>1994-09-16 01:09:42 +0000
commit188c22895bf72895429a29462fb60a104555e0d4 (patch)
tree478399fe5185defde37551553514286123547ec9
parente7226224c609b9c396cc1b9329bd74aff354029e (diff)
downloadFreeBSD-src-188c22895bf72895429a29462fb60a104555e0d4.zip
FreeBSD-src-188c22895bf72895429a29462fb60a104555e0d4.tar.gz
Remove all ADJKERNTZ references, now all this stuff in cpu.h
-rw-r--r--sys/sys/sysctl.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index c25abbe..a16e44e 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)sysctl.h 8.1 (Berkeley) 6/2/93
- * $Id: sysctl.h,v 1.7 1994/09/14 22:49:29 ache Exp $
+ * $Id: sysctl.h,v 1.8 1994/09/16 00:50:02 ache Exp $
*/
#ifndef _SYS_SYSCTL_H_
@@ -131,7 +131,7 @@ struct ctlname {
#define KERN_DOMAINNAME 22 /* string: YP domain name */
#define KERN_UPDATEINTERVAL 23 /* int: update process sleep time */
#define KERN_OSRELDATE 24 /* int: OS release date */
-#define KERN_MAXID 25 /* number of valid kern ids */
+#define KERN_MAXID 25 /* number of valid kern ids */
#define CTL_KERN_NAMES { \
{ 0, 0 }, \
@@ -242,17 +242,6 @@ struct kinfo_proc {
}
/*
- * CTL_MACHDEP definitions
- */
-#define CPU_ADJKERNTZ 1 /* int: timezone offset for resettodr() */
-#define CPU_MAXID 2 /* number of valid machdep ids */
-
-#define CTL_MACHDEP_NAMES { \
- { 0, 0 }, \
- { "adjkerntz", CTLTYPE_INT }, \
-}
-
-/*
* CTL_USER definitions
*/
#define USER_CS_PATH 1 /* string: _CS_PATH */
OpenPOWER on IntegriCloud