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 a7b9f4d96e)
This commit is contained in:
John Baldwin 2024-03-13 15:14:23 -07:00
parent 385ad72523
commit d172f42e4b

View file

@ -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,