The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=c0dab9026c27997811eba0e9751e5bdf99412919
commit c0dab9026c27997811eba0e9751e5bdf99412919 Author: Rick Macklem <[email protected]> AuthorDate: 2021-10-03 22:50:46 +0000 Commit: Rick Macklem <[email protected]> CommitDate: 2021-10-03 22:50:46 +0000 param.h: Bump __FreeBSD_version for commit a599f9f7620b Commit a599f9f7620b deleted the variable called nfs_maxcopyrange from nfscommon.ko, since it no longer needs to be global. As such, the other nfs modules must be rebuilt from up to date sources. Bump __FreeBSD_version to 1300516. --- 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 c1066baa59f2..67c663de8b76 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1300515 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300516 /* Master, propagated to newvers */ /* * __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]"
