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
This commit is contained in:
Warner Losh 2022-05-07 09:32:47 -06:00
parent 45ae223ac6
commit 2e32d4e41d

View File

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