Bump __FreeBSD_version to 1400024 for LinuxKPI change.

This commit is contained in:
Bjoern A. Zeeb
2021-06-18 21:27:49 +00:00
parent 46ae23a402
commit 41dfd8bd64
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -27,7 +27,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
202106xx:
20210618:
Bump __FreeBSD_version to 1400024 for LinuxKPI changes.
Most notably netdev.h can change now as the (last) dependecies
(mlx4/ofed) are now using struct ifnet directly, but also for PCI
additions and others.
20210618:
The directory "blacklisted" under /usr/share/certs/ has been
renamed to "untrusted".
+1 -1
View File
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400023
#define __FreeBSD_version 1400024
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,