aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2025-02-14 21:04:15 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2025-02-14 21:04:15 +0000
commit464372940b365b6109866440f5ce96f41b084f86 (patch)
treeaf6cc7eb27b8f6a9750985a658314ebccdbb4606
parent4517fbfd4251180147082f94253c4347fa44f570 (diff)
param.h: Bump FreeBSD_version for commit 4517fbfd4251
Commit 4517fbfd4251 changed the internal API between the nfscommon and nfscl modules. As such, both 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 32af2c462540..d3344c41562a 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 1500031
+#define __FreeBSD_version 1500032
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,