aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-10-20 00:30:28 +0000
committerMark Johnston <markj@FreeBSD.org>2021-10-20 01:22:57 +0000
commitbd49c454ca62170506a98959c1acab7ad50c3276 (patch)
tree5a12ecdbe19dfc7672756486c72f01f5a49e2b08
parent34fac29e98313fb0bfba0503e2e19e352b452516 (diff)
downloadsrc-bd49c454ca62170506a98959c1acab7ad50c3276.tar.gz
src-bd49c454ca62170506a98959c1acab7ad50c3276.zip
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.h2
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,