Bump __FreeBSD_version after the removal of OBJT_DEFAULT

Out-of-tree modules which allocate an object of type OBJT_DEFAULT need
to be recompiled.  No other changes are required, however.
This commit is contained in:
Mark Johnston 2022-07-18 09:44:59 -04:00
parent a11f080e86
commit ddd9004e7a

View File

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