git: 1a26b161d829 - main - LinuxKPI: bump __FreeBSD_version for vmap_pfn implementation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Dec 2025 21:31:45 UTC
The branch main has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=1a26b161d829c9b52fec87fe44b4db50e8f046ff
commit 1a26b161d829c9b52fec87fe44b4db50e8f046ff
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2025-12-17 21:31:11 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2025-12-17 21:31:11 +0000
LinuxKPI: bump __FreeBSD_version for vmap_pfn implementation
---
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 fa09878507c6..3b56c582be0e 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 1600006
+#define __FreeBSD_version 1600007
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,