diff options
author | Kristof Provost <kp@FreeBSD.org> | 2022-04-22 18:04:38 +0000 |
---|---|---|
committer | Kristof Provost <kp@FreeBSD.org> | 2022-04-22 18:04:38 +0000 |
commit | e68b35e40881a1bd858e1b4b5003123a484fd7cd (patch) | |
tree | 4309490e87f01bf0f2558a6b494bd998079d4ccf | |
parent | 0abcc1d2d33aef2333dab28e1ec1858cf45b314a (diff) |
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")
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 9b61e741de7e..2d463b9ac7a2 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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, |