From 893d044346d5ae5fe10cc188b8b0762efd2a5b27 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Thu, 14 Nov 2024 10:33:35 -0500 Subject: [PATCH] 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 7647c0d6e51..388b3a05f71 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,