aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-09-22 22:10:03 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-09-22 22:10:03 +0000
commit6bddde307e21eba297ac3f3e534b4cf3be81dfe2 (patch)
tree958b7db3a4b0d92d5dd3a6c5e0c7bf22090a2c33
parentf49fd63a6a130ae464cdc7756e6f7d0d747c82c4 (diff)
Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes.
Sponsored by: DARPA
-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 dad6af2b1e3f..f875d839d41f 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 1400069
+#define __FreeBSD_version 1400070
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,