Bump __FreeBSD_version for udp_tun_func_t() prototype change

742e7210d0 changed the prototype of udp_tun_func_t(). Bump
__FreeBSD_version so that external modules can #ifdef for it as
required.

PR:		263297
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2022-04-22 20:04:38 +02:00
parent 0abcc1d2d3
commit e68b35e408

View File

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