diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-02-20 18:10:45 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-02-20 18:15:16 +0000 |
commit | c39ff2415cb965b729fd16f9eae91e712313877b (patch) | |
tree | 4cebf8e2e3216d91d7ab16ce8ae0c1ba296b4ce9 | |
parent | 999377a66d2e21460fc156dd35708d4315fe901b (diff) |
Bump __FreeBSD_version to 1300526 for LinuxKPI changes.
This successfully builds against drm-fbsd13-kmod-5.4.144.g20220128
so no conflicting changes on the MFC. Given there are overlaps, bump
__FreeBSD_version so they can be detected and removed as pleases.
-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 af17d293c9d0..86ad3d3a4cfc 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1300525 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300526 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |