git: 7fabea328fed - main - param.h: Bump __FreeBSD_version to 1500004 for commit f5f277728ade
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Nov 2023 16:03:03 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=7fabea328fed60d5207b262d2372e85a7f731eef
commit 7fabea328fed60d5207b262d2372e85a7f731eef
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-11-23 16:01:41 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-11-23 16:01:41 +0000
param.h: Bump __FreeBSD_version to 1500004 for commit f5f277728ade
Commit f5f277728ade added 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 3595b0a43d36..33cf69f0a8ed 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500003
+#define __FreeBSD_version 1500004
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,