diff options
author | Mark Johnston <markj@FreeBSD.org> | 2021-10-20 00:30:28 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2021-10-20 01:22:57 +0000 |
commit | bd49c454ca62170506a98959c1acab7ad50c3276 (patch) | |
tree | 5a12ecdbe19dfc7672756486c72f01f5a49e2b08 | |
parent | 34fac29e98313fb0bfba0503e2e19e352b452516 (diff) |
Bump __FreeBSD_version for the preceding page allocator changes
None of the usual suspects (e.g., drm-kmod, virtualbox-ose-kmod,
nvidia-driver) seem to be affected by the changes, but it is likely that
something else is affected.
Sponsored by: The FreeBSD Foundation
-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 ecdd233c4c2b..42e200de2eae 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 1400038 +#define __FreeBSD_version 1400039 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |