diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2025-05-05 01:02:00 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2025-05-05 01:02:00 +0000 |
| commit | 22d4fecbcf576fb799686972e3de7fc78938fe6a (patch) | |
| tree | 2ed537bb82375a75944b18d5fb0a3d0e1c87ba30 | |
| parent | 9419e086e1a37124d11e428892d60a514e5c579e (diff) | |
param.h: Bump __FreeBSD_version to 1500040
Commit 9419e086e1a3 changed the internal API between
the nfscommon and nfscl modules. As such, both need to
be built from updated 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 9fccde2dcc6b..6fdadd3d596c 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 1500039 +#define __FreeBSD_version 1500040 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
