mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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:
parent
ea63141090
commit
9e020cdab9
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue