mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add COMPAT_FREEBSD5 option. This should have been done back when I
added it to GENERIC... Pointed out by: jhb Pointy hat: kensmith
This commit is contained in:
parent
86926e9850
commit
a01b41250c
1 changed files with 3 additions and 0 deletions
|
|
@ -265,6 +265,9 @@ options COMPAT_43
|
|||
# Enable FreeBSD4 compatibility syscalls
|
||||
options COMPAT_FREEBSD4
|
||||
|
||||
# Enable FreeBSD5 compatibility syscalls
|
||||
options COMPAT_FREEBSD5
|
||||
|
||||
#
|
||||
# These three options provide support for System V Interface
|
||||
# Definition-style interprocess communication, in the form of shared
|
||||
|
|
|
|||
Loading…
Reference in a new issue