git: e68b35e40881 - main - Bump __FreeBSD_version for udp_tun_func_t() prototype change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Apr 2022 18:06:26 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e68b35e40881a1bd858e1b4b5003123a484fd7cd commit e68b35e40881a1bd858e1b4b5003123a484fd7cd Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-04-22 18:04:38 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-04-22 18:04:38 +0000 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") --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,