diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-03-13 22:14:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-02-27 13:09:23 +0000 |
| commit | d172f42e4ba7ba8542ae0866aaba56e329b4ea2c (patch) | |
| tree | e6f3bcf75e4f41733a053574b4f429ccc18d7adb | |
| parent | 385ad72523febc812f5f7b8b9b2ca167e7df6914 (diff) | |
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)
| -rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 3103da173f47..0e91a65170df 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, |
