git: 8a96874eeeee - main - Bump __FreeBSD_version for qsort_r prototype change.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 22:31:46 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=8a96874eeeee5195b0b0952b77227bef6a26d1a6 commit 8a96874eeeee5195b0b0952b77227bef6a26d1a6 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2022-09-30 22:31:13 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2022-09-30 22:31:13 +0000 Bump __FreeBSD_version for qsort_r prototype change. --- 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 3f5da06ef951..b7515a9116f5 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 1400071 +#define __FreeBSD_version 1400072 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,