diff options
author | Warner Losh <imp@FreeBSD.org> | 2022-05-07 15:32:47 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2022-05-07 15:32:47 +0000 |
commit | 2e32d4e41d205d6f14834f87306a77ff77b9c0bd (patch) | |
tree | 751b424ae5d548f3c008236822f86f3cf860b0f5 | |
parent | 45ae223ac654c0ab6cdc4eaacca693244802383e (diff) | |
download | src-2e32d4e41d205d6f14834f87306a77ff77b9c0bd.tar.gz src-2e32d4e41d205d6f14834f87306a77ff77b9c0bd.zip |
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
-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 b0b53f1a7776..1e1fb80cb38e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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, |