summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-27 18:27:10 +0000
committerphk <phk@FreeBSD.org>2002-09-27 18:27:10 +0000
commit834ddd1bcc092e4a26f16724892636b249316d70 (patch)
treeb0967d8a8cefb34751a29b420ac0574c8e7496f7 /sys/kern/kern_mib.c
parent8b9b57067238d550b614cd13698959954d025a3f (diff)
downloadFreeBSD-src-834ddd1bcc092e4a26f16724892636b249316d70.zip
FreeBSD-src-834ddd1bcc092e4a26f16724892636b249316d70.tar.gz
Rename struct specinfo to the more appropriate struct cdev.
Agreed on: jake, rwatson, jhb
Diffstat (limited to 'sys/kern/kern_mib.c')
-rw-r--r--sys/kern/kern_mib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c
index ebcba94..b739a17 100644
--- a/sys/kern/kern_mib.c
+++ b/sys/kern/kern_mib.c
@@ -321,8 +321,8 @@ 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, specinfo, CTLFLAG_RD,
- 0, sizeof(struct specinfo), "sizeof(struct specinfo)");
+SYSCTL_INT(_debug_sizeof, OID_AUTO, cdev, CTLFLAG_RD,
+ 0, sizeof(struct cdev), "sizeof(struct cdev)");
#include <sys/bio.h>
#include <sys/buf.h>
OpenPOWER on IntegriCloud