mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
param.h: bump __FreeBSD_version for commit 8759773148
Commit 8759773148 changed the internal KPI between the
nfsd and nfscommon modules, so both need to be rebuilt
from sources.
This commit is contained in:
parent
8759773148
commit
61aea7fa3c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1400011 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1400012 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue