git: faedeaf7377b - stable/13 - param.h: Bump __FreeBSD_version to 1302509 for commit 7aaf39f6b3b0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 00:01:17 UTC
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=faedeaf7377ba7253c281cf3315b17e0cb979075
commit faedeaf7377ba7253c281cf3315b17e0cb979075
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-12-02 00:00:06 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-12-02 00:00:06 +0000
param.h: Bump __FreeBSD_version to 1302509 for commit 7aaf39f6b3b0
Commit 7aaf39f6b3b0 a new VFS function called vfs_exjail_clone(),
which will be used by the ZFS module. Bump the version for
this 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 ba64cfa4b5df..6a76245c08a9 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1302508 /* Master, propagated to newvers */
+#define __FreeBSD_version 1302509 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,