aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2021-06-12 01:53:02 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2021-06-12 01:53:02 +0000
commit40cc9a3a6b81a65a03712dfd93bbed48552a97ad (patch)
tree6fa70602866a847600ff8067273abf63166c1841
parent2349cda44fea17c089b026e743ec8f03199019eb (diff)
downloadsrc-40cc9a3a6b81a65a03712dfd93bbed48552a97ad.tar.gz
src-40cc9a3a6b81a65a03712dfd93bbed48552a97ad.zip
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.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
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,