Date: Mon, 01 Dec 2025 03:48:31 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 398dd921c382 - stable/15 - sys/param.h: bump __FreeBSD_version for struct bio and buf layout change Message-ID: <692d100f.3115d.1f64f14f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=398dd921c382760236acefe8f893912a2efd1696 commit 398dd921c382760236acefe8f893912a2efd1696 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-12-01 03:41:31 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-12-01 03:46:17 +0000 sys/param.h: bump __FreeBSD_version for struct bio and buf layout change on stable/15. This is direct commit to the branch. Sponsored by: The FreeBSD Foundation --- 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 cb75e316c39e..fe7ceeb90e9d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500502 +#define __FreeBSD_version 1500503 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692d100f.3115d.1f64f14f>
