The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=95941b963606f6e03282cd6f866f3166dcedfa5b
commit 95941b963606f6e03282cd6f866f3166dcedfa5b Author: Ka Ho Ng <[email protected]> AuthorDate: 2021-08-12 14:59:41 +0000 Commit: Ka Ho Ng <[email protected]> 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, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
