diff options
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/kern_mib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c index 16755d477ed1..319651060722 100644 --- a/sys/kern/kern_mib.c +++ b/sys/kern/kern_mib.c @@ -302,6 +302,8 @@ SYSCTL_STRING(_kern, KERN_NISDOMAINNAME, domainname, CTLFLAG_RW, u_long hostid; SYSCTL_ULONG(_kern, KERN_HOSTID, hostid, CTLFLAG_RW, &hostid, 0, "Host ID"); +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 |
