Bump __FreeBSD_version after linuxkpi changes.

This commit is contained in:
Emmanuel Vadot 2022-08-08 15:22:11 +02:00
parent 2ff0f05149
commit b273f93657

View File

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