git: 398dd921c382 - stable/15 - sys/param.h: bump __FreeBSD_version for struct bio and buf layout change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Dec 2025 03:48:31 UTC
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,