git: 95941b963606 - main - param.h: Bump __FreeBSD_version to 1400030
Ka Ho Ng
khng at FreeBSD.org
Thu Aug 12 15:06:31 UTC 2021
The branch main has been updated by khng:
URL: https://cgit.FreeBSD.org/src/commit/?id=95941b963606f6e03282cd6f866f3166dcedfa5b
commit 95941b963606f6e03282cd6f866f3166dcedfa5b
Author: Ka Ho Ng <khng at FreeBSD.org>
AuthorDate: 2021-08-12 14:59:41 +0000
Commit: Ka Ho Ng <khng at FreeBSD.org>
CommitDate: 2021-08-12 15:05:26 +0000
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 8864063e3d9b..5ab48dce2a74 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,
More information about the dev-commits-src-main
mailing list