The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=40cc9a3a6b81a65a03712dfd93bbed48552a97ad
commit 40cc9a3a6b81a65a03712dfd93bbed48552a97ad Author: Rick Macklem <rmack...@freebsd.org> AuthorDate: 2021-06-12 01:53:02 +0000 Commit: Rick Macklem <rmack...@freebsd.org> CommitDate: 2021-06-12 01:53:02 +0000 param.h: Bump __FreeBSD_version to 1400022 Commit e1a907a25cfa changed the internal KAPI between the krpc and nfsserver. As such, both modules must be rebuilt from sources. Bump __FreeBSD_version to 1400022. --- 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 afcba3990b07..0f5413e2f56c 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 1400021 +#define __FreeBSD_version 1400022 /* * __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"