git: 40cc9a3a6b81 - main - param.h: Bump __FreeBSD_version to 1400022
Rick Macklem
rmacklem at FreeBSD.org
Sat Jun 12 01:56:08 UTC 2021
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=40cc9a3a6b81a65a03712dfd93bbed48552a97ad
commit 40cc9a3a6b81a65a03712dfd93bbed48552a97ad
Author: Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-06-12 01:53:02 +0000
Commit: Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-06-12 01:53:02 +0000
param.h: Bump __FreeBSD_version to 1400022
Commit e1a907a25cfa changed the internal KAPI between the krpc
and nfsserver. As such, both modules must be rebuilt from
sources. Bump __FreeBSD_version to 1400022.
---
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 afcba3990b07..0f5413e2f56c 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400021
+#define __FreeBSD_version 1400022
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the dev-commits-src-main
mailing list