The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=d60c6dc8f69b1264c7af5e2479ea94f000fd2c6d
commit d60c6dc8f69b1264c7af5e2479ea94f000fd2c6d Author: Rick Macklem <[email protected]> AuthorDate: 2021-04-30 01:29:25 +0000 Commit: Rick Macklem <[email protected]> CommitDate: 2021-04-30 01:29:25 +0000 param.h: bump __FreeBSD_version for commit 5a45802b3c8c Commit 5a45802b3c8c changed the internal KAPI between the krpc and NFS. As such, the krpc, nfscommon and nfscl modules must all be rebuilt from sources. --- 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 e547452e5af1..c93eccc143dd 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 1300502 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300503 /* 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]"
