diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-06-24 20:40:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-06-24 20:40:17 +0000 |
| commit | 5b18f32e0e061d21cdecc10775a56436b01e79aa (patch) | |
| tree | 2bae01816bde72aa8f40bfa3884a103d9546fba8 /sys/kern | |
| parent | 124c5b527e1bdb39510553668a20d2ab6526aadb (diff) | |
Notes
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 |
