git: ed6417cd8d0b - main - Bump __FreeBSD_version for LinuxKPI changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 07:37:21 UTC
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=ed6417cd8d0bb5a2c175fce9d8e4a495fae9e9f4 commit ed6417cd8d0bb5a2c175fce9d8e4a495fae9e9f4 Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2022-01-11 07:36:14 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> 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,