The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=ed6417cd8d0bb5a2c175fce9d8e4a495fae9e9f4
commit ed6417cd8d0bb5a2c175fce9d8e4a495fae9e9f4 Author: Vladimir Kondratyev <[email protected]> AuthorDate: 2022-01-11 07:36:14 +0000 Commit: Vladimir Kondratyev <[email protected]> CommitDate: 2022-01-11 07:36:14 +0000 Bump __FreeBSD_version 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 d661ff40162a..fbe6cf75a944 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 1400046 +#define __FreeBSD_version 1400047 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
