Bump the FreeBSD version after recent mbuf(9) structure changes.

Differential revision:	https://reviews.freebsd.org/D35339
Sponsored by:	NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2022-06-08 08:37:16 +02:00
parent 0a9541d9f3
commit c4c5981c14

View File

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