aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2023-12-24 23:12:44 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2023-12-24 23:12:44 +0000
commit092abb839d1d2826533bb9c4c93d713f8b5043f9 (patch)
tree6dbfc38e88bfef0a2decd0658d2835bd8c46c129
parentb8e137d8d32df3cc30610bd972055714c04da630 (diff)
downloadsrc-092abb839d1d2826533bb9c4c93d713f8b5043f9.tar.gz
src-092abb839d1d2826533bb9c4c93d713f8b5043f9.zip
param.h: Bump __FreeBSD_version to 1400502
Commits acc704b36192 and b8e137d8d32d both modified the internal API between the kgssapi and krpc modules. As such, both of these modules need to be rebuilt from sources. I have bumped __FreeBSD_version to 1400502 for this.
-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 438b4808817b..3ed0d9ef6ddc 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 1400501
+#define __FreeBSD_version 1400502
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,