aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2024-11-14 15:33:35 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2024-11-14 15:34:45 +0000
commit893d044346d5ae5fe10cc188b8b0762efd2a5b27 (patch)
treeca80250d1f02cf70d6d8cfa5f53b320baec7ccab
parent9d4428ad0239c9d0c2795a7b34caa726873d963e (diff)
Bump __FreeBSD_version for hiding struct ifnet
Reported by: olivie@ Sponsored by: Juniper Networks, Inc.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
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,