Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 18:06:26 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e68b35e40881 - main - Bump __FreeBSD_version for udp_tun_func_t() prototype change
Message-ID:  <202204221806.23MI6QZV002283@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204221806.23MI6QZV002283>