From 2e32d4e41d205d6f14834f87306a77ff77b9c0bd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 7 May 2022 09:32:47 -0600 Subject: [PATCH] param.h: Bump FreeBSD_Version to 1400058 for devclass newbus changes jhb changed the newbus ABI and it's affecting some ports. Bump the version to give them something to key off of for the removal of the devclass arg from some macros. In theory the change should have been ABI neutral, but there some build breakage with drm-kmod so better to bump than not. Sponsored by: Netflix --- 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 b0b53f1a7776..1e1fb80cb38e 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 1400057 +#define __FreeBSD_version 1400058 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,