The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=5fa1eb1cd927219070b5753b64114a9240d76bf8
commit 5fa1eb1cd927219070b5753b64114a9240d76bf8 Author: Vladimir Kondratyev <[email protected]> AuthorDate: 2021-07-05 00:22:19 +0000 Commit: Vladimir Kondratyev <[email protected]> CommitDate: 2021-07-05 00:22:19 +0000 Bump __FreeBSD_version to 1400025 for LinuxKPI change. --- 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 90a3a2cfac89..96538a949c3f 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 1400024 +#define __FreeBSD_version 1400025 /* * __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]"
