summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-12-31 22:03:57 +0000
committerjhb <jhb@FreeBSD.org>2007-12-31 22:03:57 +0000
commitf9f7dedb21490be89a521b79251c72df04119181 (patch)
tree4f60c1400b30efb60b0db4498a3e082f2f0a8ebb /sys/kern/kern_mib.c
parentad97e37cb4dbf0e6c890b118ce9391c57e5e7b9e (diff)
downloadFreeBSD-src-f9f7dedb21490be89a521b79251c72df04119181.zip
FreeBSD-src-f9f7dedb21490be89a521b79251c72df04119181.tar.gz
Actually declare the kern.features sysctl node.
Pointy hat to: jhb
Diffstat (limited to 'sys/kern/kern_mib.c')
-rw-r--r--sys/kern/kern_mib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c
index c405adf..73a1eac 100644
--- a/sys/kern/kern_mib.c
+++ b/sys/kern/kern_mib.c
@@ -333,6 +333,8 @@ char hostuuid[64] = "00000000-0000-0000-0000-000000000000";
SYSCTL_STRING(_kern, KERN_HOSTUUID, hostuuid, CTLFLAG_RW, hostuuid,
sizeof(hostuuid), "Host UUID");
+SYSCTL_NODE(_kern, OID_AUTO, features, CTLFLAG_RD, 0, "Kernel Features");
+
/*
* This is really cheating. These actually live in the libc, something
* which I'm not quite sure is a good idea anyway, but in order for
OpenPOWER on IntegriCloud