diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-04 23:33:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-04 23:33:33 +0000 |
commit | a00a0a9743aad3e59bf63f6c2cfee34fa48c4fbf (patch) | |
tree | 830f132021b57e31f25f2469bc4609ee9eaba324 | |
parent | ef68431bef225c829b9bd5bc66062fb3aa4181af (diff) |
tholo forgot to update KERN_MAXID; j@pureftpd.org
-rw-r--r-- | sys/sys/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 8a85d138d8b..d46a08bd585 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.80 2004/07/28 17:15:12 tholo Exp $ */ +/* $OpenBSD: sysctl.h,v 1.81 2004/08/04 23:33:32 deraadt Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -182,7 +182,7 @@ struct ctlname { #define KERN_MAXCLUSTERS 67 /* number of mclusters */ #define KERN_EVCOUNT 68 /* node: event counters */ #define KERN_TIMECOUNTER 69 /* node: timecounter */ -#define KERN_MAXID 69 /* number of valid kern ids */ +#define KERN_MAXID 70 /* number of valid kern ids */ #define CTL_KERN_NAMES { \ { 0, 0 }, \ |