git: 893d044346d5 - main - Bump __FreeBSD_version for hiding struct ifnet
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 15:32:58 UTC
The branch main has been updated by jhibbits:
URL: https://cgit.FreeBSD.org/src/commit/?id=893d044346d5ae5fe10cc188b8b0762efd2a5b27
commit 893d044346d5ae5fe10cc188b8b0762efd2a5b27
Author: Justin Hibbits <jhibbits@FreeBSD.org>
AuthorDate: 2024-11-14 15:33:35 +0000
Commit: Justin Hibbits <jhibbits@FreeBSD.org>
CommitDate: 2024-11-14 15:34:45 +0000
Bump __FreeBSD_version for hiding struct ifnet
Reported by: olivie@
Sponsored by: Juniper Networks, Inc.
---
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 7647c0d6e518..388b3a05f718 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500026
+#define __FreeBSD_version 1500027
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,