git: 4befc6711ab2 - main - param.h: bump __FreeBSD_version for be1f7435ef218b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Jul 2025 04:57:29 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=4befc6711ab25912c3378afe5a2989945acf803f
commit 4befc6711ab25912c3378afe5a2989945acf803f
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2025-07-31 04:55:50 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2025-07-31 04:55:50 +0000
param.h: bump __FreeBSD_version for be1f7435ef218b
I meant to review the diff again to make sure that __FreeBSD_version had
not progressed in the interim, but failed to do so- belatedly bump it
for a struct ucred ABI change.
Fixes: be1f7435ef21 ("kern: start tracking cr_gid outside of [...]")
---
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 33d61e8a1619..f7abc740ddc3 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 1500055
+#define __FreeBSD_version 1500056
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,