Actually declare the kern.features sysctl node.

Pointy hat to:	jhb
This commit is contained in:
John Baldwin 2007-12-31 22:03:57 +00:00
parent 1abeef854d
commit 0deabe7e53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175021

View File

@ -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