mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 02:30:51 -04:00
makesyscalls: add COMPAT14 support
Reviewed by: kevans, imp
Fixes: 84d12f887c Add a COMPAT_FREEBSD14 kernel option
Differential Revision: https://reviews.freebsd.org/D42861
This commit is contained in:
parent
4f12883c36
commit
c1c8afd04e
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ local compat_option_sets = {
|
|||
{ stdcompat = "FREEBSD11" },
|
||||
{ stdcompat = "FREEBSD12" },
|
||||
{ stdcompat = "FREEBSD13" },
|
||||
{ stdcompat = "FREEBSD14" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue