aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-12-01 03:41:31 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-12-01 03:46:17 +0000
commit398dd921c382760236acefe8f893912a2efd1696 (patch)
treefbf2a07fc419af8ba638c61b4ff0cab2f6cead78
parenta0e349258479583219d32e5c54a54db78db6e934 (diff)
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
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
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,