From 95941b963606f6e03282cd6f866f3166dcedfa5b Mon Sep 17 00:00:00 2001 From: Ka Ho Ng Date: Thu, 12 Aug 2021 22:59:41 +0800 Subject: [PATCH] param.h: Bump __FreeBSD_version to 1400030 Commit a638dc4ebc8e expands VOP_DEALLOCATE(9)'s parameters list. File system modules and modules calling VOP_DEALLOCATE(9) need to be rebuilt. Commit 454bc887f250 introduces fspacectl(2) SPACECTL_DEALLOC support for POSIX shared memory. Sponsored by: The FreeBSD Foundation --- 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 8864063e3d9..5ab48dce2a7 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 1400029 +#define __FreeBSD_version 1400030 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,