git: 0d6516b45346 - main - Bump __FreeBSD_version for LinuxKPI changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Oct 2021 14:37:41 UTC
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=0d6516b453469ce1d92ec903c4c4df9ee08be0f9 commit 0d6516b453469ce1d92ec903c4c4df9ee08be0f9 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2021-10-17 14:35:48 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2021-10-17 14:35:48 +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 50d861a61985..ecdd233c4c2b 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 1400037 +#define __FreeBSD_version 1400038 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,