aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKa Ho Ng <khng@FreeBSD.org>2021-08-12 14:59:41 +0000
committerKa Ho Ng <khng@FreeBSD.org>2021-08-12 15:05:26 +0000
commit95941b963606f6e03282cd6f866f3166dcedfa5b (patch)
tree418ce3ccb8551ad69b26fc2fddbcf1da2a531c9e
parent454bc887f250ce0bceaabd0ec624d077269d3220 (diff)
downloadsrc-95941b963606f6e03282cd6f866f3166dcedfa5b.tar.gz
src-95941b963606f6e03282cd6f866f3166dcedfa5b.zip
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
-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 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,