The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=30acf99a822c81f0d8218d966d7f6c51edd9a6d9
commit 30acf99a822c81f0d8218d966d7f6c51edd9a6d9 Author: Vladimir Kondratyev <[email protected]> AuthorDate: 2021-09-29 20:26:46 +0000 Commit: Vladimir Kondratyev <[email protected]> CommitDate: 2021-09-29 20:26:46 +0000 Bump __FreeBSD_version to 1400034 for LinuxKPI changes --- 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 be1488b9011a..234111e5d53c 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 1400033 +#define __FreeBSD_version 1400034 /* * __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]"
