aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2021-07-16 22:13:27 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2021-07-16 22:13:27 +0000
commitfad3f322efb53d4924fdda34f9f23f881659c269 (patch)
tree15a21fbbadf5beced9fb942f6c7821da598984c8
parentee29e6f31111ea3cd490248987f2f2ec412eb0bb (diff)
downloadsrc-fad3f322efb53d4924fdda34f9f23f881659c269.tar.gz
src-fad3f322efb53d4924fdda34f9f23f881659c269.zip
param.h: Bump __FreeBSD_version to 1400026 for commit ee29e6f31111
Commit ee29e6f31111 changed the internal KAPI between the nfscommon and nfsd modules. Bump __FreeBSD_version to 1400026 since both modules will need to be rebuilt from sources.
-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 96538a949c3f..f1dc6dd2fcd6 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 1400025
+#define __FreeBSD_version 1400026
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,