param.h: Bump __FreeBSD_version to 1400022

Commit e1a907a25c changed the internal KAPI between the krpc
and nfsserver.  As such, both modules must be rebuilt from
sources.  Bump __FreeBSD_version to 1400022.
This commit is contained in:
Rick Macklem 2021-06-11 18:53:02 -07:00
parent 2349cda44f
commit 40cc9a3a6b

View File

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