mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
param.h: Bump __FreeBSD_version to 1400503
Commit 925d9b3aba changed the internal API between the
nfscommon and nfscl modules. As such, both need to be
rebuilt from sources.
This commit is contained in:
parent
925d9b3aba
commit
ba99d96088
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1400502
|
||||
#define __FreeBSD_version 1400503
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue