git: 22569a1d8020 - main - Bump __FreeBSD_version for MAC changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jan 2026 09:07:51 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=22569a1d80203bd4835a1d5d4660de5dbe334509
commit 22569a1d80203bd4835a1d5d4660de5dbe334509
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2026-01-16 09:06:38 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2026-01-16 09:06:38 +0000
Bump __FreeBSD_version for MAC changes
---
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 d228859575c7..a5dd31519ea5 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 1600008
+#define __FreeBSD_version 1600009
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,