param: Bump __FreeBSD_version to 1400031

Commit 1eaa36523c introduces backward compatible changes to
fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).
rmsr.r_offset and *offset is updated to contain meaningful value upon
returning from the call.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ka Ho Ng 2021-08-24 17:13:00 +08:00
parent 1eaa36523c
commit 1a4c5061fc

View File

@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400030
#define __FreeBSD_version 1400031
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,