git: 22d4fecbcf57 - main - param.h: Bump __FreeBSD_version to 1500040
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 01:04:27 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=22d4fecbcf576fb799686972e3de7fc78938fe6a
commit 22d4fecbcf576fb799686972e3de7fc78938fe6a
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-05-05 01:02:00 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-05-05 01:02:00 +0000
param.h: Bump __FreeBSD_version to 1500040
Commit 9419e086e1a3 changed the internal API between
the nfscommon and nfscl modules. As such, both need to
be built from updated sources.
---
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 9fccde2dcc6b..6fdadd3d596c 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500039
+#define __FreeBSD_version 1500040
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,