diff options
author | Rick Macklem <rmacklem@FreeBSD.org> | 2023-12-29 23:22:07 +0000 |
---|---|---|
committer | Rick Macklem <rmacklem@FreeBSD.org> | 2023-12-29 23:22:07 +0000 |
commit | ba99d960884d50eb7d36146914206644ee132aa4 (patch) | |
tree | 7737b18887e17a9949268e97a5f723c90cbb5437 | |
parent | 925d9b3abac22404d671d40be7b2166a534cc8f8 (diff) |
param.h: Bump __FreeBSD_version to 1400503
Commit 925d9b3abac2 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 3ed0d9ef6ddc..7ceae8fa8365 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 1400502 +#define __FreeBSD_version 1400503 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |