Date: Tue, 30 Jul 2024 15:38:50 GMT From: Bojan =?utf-8?Q?Novkovi=C4=87?= <bnovkov@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1206cf04a717 - main - sys: Bump __FreeBSD_version to mark new malloc(9) flags Message-ID: <202407301538.46UFco2O049752@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bnovkov: URL: https://cgit.FreeBSD.org/src/commit/?id=1206cf04a717a55bc15255ed043b066941cb43f2 commit 1206cf04a717a55bc15255ed043b066941cb43f2 Author: Bojan Novković <bnovkov@FreeBSD.org> AuthorDate: 2024-07-30 14:41:22 +0000 Commit: Bojan Novković <bnovkov@FreeBSD.org> CommitDate: 2024-07-30 15:38:25 +0000 sys: Bump __FreeBSD_version to mark new malloc(9) flags This bump is meant to cover the addition of the M_NEVERFREED flag. --- 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 7461f7dec403..79d188c93230 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500022 +#define __FreeBSD_version 1500023 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407301538.46UFco2O049752>