summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-16 19:25:02 +0000
committerphk <phk@FreeBSD.org>2005-08-16 19:25:02 +0000
commit8a3fe9480492cbc41bbe10556f6b552f1004ce44 (patch)
treecc96138f85c7f62c3ff5ee1faff169dea0677c20 /sys/kern/kern_mib.c
parente89ebd411994ee67633800f6278c77c01947520f (diff)
downloadFreeBSD-src-8a3fe9480492cbc41bbe10556f6b552f1004ce44.zip
FreeBSD-src-8a3fe9480492cbc41bbe10556f6b552f1004ce44.tar.gz
Collect the devfs related sysctls in one place
Diffstat (limited to 'sys/kern/kern_mib.c')
-rw-r--r--sys/kern/kern_mib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c
index 8f0d585..90d296d 100644
--- a/sys/kern/kern_mib.c
+++ b/sys/kern/kern_mib.c
@@ -360,10 +360,6 @@ SYSCTL_INT(_debug_sizeof, OID_AUTO, vnode, CTLFLAG_RD,
SYSCTL_INT(_debug_sizeof, OID_AUTO, proc, CTLFLAG_RD,
0, sizeof(struct proc), "sizeof(struct proc)");
-#include <sys/conf.h>
-SYSCTL_INT(_debug_sizeof, OID_AUTO, cdev, CTLFLAG_RD,
- 0, sizeof(struct cdev), "sizeof(struct cdev)");
-
#include <sys/bio.h>
#include <sys/buf.h>
SYSCTL_INT(_debug_sizeof, OID_AUTO, bio, CTLFLAG_RD,
OpenPOWER on IntegriCloud