diff options
author | John Baldwin <jhb@FreeBSD.org> | 2024-03-13 22:14:23 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2024-03-13 22:14:23 +0000 |
commit | a7b9f4d96e8bdc30db27ec7a193a8d8fdf7c652c (patch) | |
tree | 2217d3122c4b071e75addebed4747b55af890209 | |
parent | 9dbf5b0e6876d8c93890754bcc9c748339de79c0 (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.
-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 ff932e6c60dd..4369aba9bb46 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 1500014 +#define __FreeBSD_version 1500015 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |