From d172f42e4ba7ba8542ae0866aaba56e329b4ea2c Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 13 Mar 2024 15:14:23 -0700 Subject: [PATCH] Bump __FreeBSD_version for bus resource API change Specifically, the change to remove redundant rid and type arguments from bus_* when passing an allocated struct resource. (cherry picked from commit a7b9f4d96e8bdc30db27ec7a193a8d8fdf7c652c) --- 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 3103da173f4..0e91a65170d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1402501 +#define __FreeBSD_version 1402502 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,