The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=af22da75a035e25cb47cd3f2eabe5a84d8a5cb34
commit af22da75a035e25cb47cd3f2eabe5a84d8a5cb34 Author: Vladimir Kondratyev <w...@freebsd.org> AuthorDate: 2023-04-22 08:29:29 +0000 Commit: Vladimir Kondratyev <w...@freebsd.org> CommitDate: 2023-04-22 08:29:29 +0000 Bump __FreeBSD_version after LinuxKPI updates --- 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 f7190fa8b85e..b6bbe545a5b1 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 1400086 +#define __FreeBSD_version 1400087 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,