Include <sys/_posix.h> directly instead of depending on <sys/proc.h>

to include <sys/signal.h> to include <sys/_posix.h>.
This commit is contained in:
Mike Barcroft 2002-10-13 11:54:16 +00:00
parent ea63141090
commit 9e020cdab9

View file

@ -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");