From 6bddde307e21eba297ac3f3e534b4cf3be81dfe2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 22 Sep 2022 15:10:03 -0700 Subject: [PATCH] Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes. Sponsored by: DARPA --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index dad6af2b1e3..f875d839d41 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,