mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
param.h: Bump __FreeBSD_version to 1400022
Commit e1a907a25c changed the internal KAPI between the krpc
and nfsserver. As such, both modules must be rebuilt from
sources. Bump __FreeBSD_version to 1400022.
This commit is contained in:
parent
2349cda44f
commit
40cc9a3a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1400021
|
||||
#define __FreeBSD_version 1400022
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue