summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-10-13 11:54:16 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-10-13 11:54:16 +0000
commit9e020cdab95b2adbfb9c267f85398936af9c2a48 (patch)
tree2e3c76c90333365b6d6b837912b8ad8825d530b7
parentea6314109081782f5fd94c5f5026a0a5d152dc80 (diff)
Notes
-rw-r--r--sys/kern/kern_mib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c
index b739a17ddd99..7ec4aea9832c 100644
--- a/sys/kern/kern_mib.c
+++ b/sys/kern/kern_mib.c
@@ -112,6 +112,7 @@ SYSCTL_INT(_kern, OID_AUTO, maxusers, CTLFLAG_RD,
SYSCTL_INT(_kern, KERN_ARGMAX, argmax, CTLFLAG_RD,
0, ARG_MAX, "Maximum bytes of argument to execve(2)");
+#include <sys/_posix.h>
SYSCTL_INT(_kern, KERN_POSIX1, posix1version, CTLFLAG_RD,
0, _KPOSIX_VERSION, "Version of POSIX attempting to comply to");