mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
param.h: Bump __FreeBSD_version to 1400030
Commita638dc4ebcexpands VOP_DEALLOCATE(9)'s parameters list. File system modules and modules calling VOP_DEALLOCATE(9) need to be rebuilt. Commit454bc887f2introduces fspacectl(2) SPACECTL_DEALLOC support for POSIX shared memory. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
454bc887f2
commit
95941b9636
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 1400029
|
||||
#define __FreeBSD_version 1400030
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue