From a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Thu, 11 Jan 2024 16:48:23 -0800 Subject: [PATCH] param.h: Bump __FreeBSD_version to 1500010 Commit cc760de2183f changed the internal interface between the nfscommon and nfscl modules. As such, both need to be rebuilt from sources. Therefore, bump __FreeBSD_version. --- 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 33b07a431813..f912d193bc4a 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 1500009 +#define __FreeBSD_version 1500010 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,