Bump __FreeBSD_version after linuxkpi changes.

This commit is contained in:
Emmanuel Vadot 2022-06-29 09:57:03 +02:00
parent 2b743f65f1
commit 8cff8e6e13

View file

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