param.h: Bump __FreeBSD_version to 1400030

Commit a638dc4ebc expands VOP_DEALLOCATE(9)'s parameters list. File
system modules and modules calling VOP_DEALLOCATE(9) need to be rebuilt.

Commit 454bc887f2 introduces fspacectl(2) SPACECTL_DEALLOC support for
POSIX shared memory.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ka Ho Ng 2021-08-12 22:59:41 +08:00
parent 454bc887f2
commit 95941b9636

View File

@ -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,