git: ba99d960884d - stable/14 - param.h: Bump __FreeBSD_version to 1400503
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Dec 2023 23:24:55 UTC
The branch stable/14 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=ba99d960884d50eb7d36146914206644ee132aa4
commit ba99d960884d50eb7d36146914206644ee132aa4
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-12-29 23:22:07 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-12-29 23:22:07 +0000
param.h: Bump __FreeBSD_version to 1400503
Commit 925d9b3abac2 changed the internal API between the
nfscommon and nfscl modules. As such, both need to be
rebuilt from 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 3ed0d9ef6ddc..7ceae8fa8365 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 1400502
+#define __FreeBSD_version 1400503
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,