The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=76321d2d432ed270d93b282e54e59b708c0cf3b4
commit 76321d2d432ed270d93b282e54e59b708c0cf3b4 Author: Ka Ho Ng <k...@freebsd.org> AuthorDate: 2021-08-25 16:02:43 +0000 Commit: Ka Ho Ng <k...@freebsd.org> CommitDate: 2021-08-25 16:03:55 +0000 param: Bump __FreeBSD_version to 1400032 Commit 9e202d036dd6 introduces incompatible changes to fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9)'s rmsr.r_offset/*offset return value. 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 82787b4552af..04baa3cf3690 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 1400031 +#define __FreeBSD_version 1400032 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"