diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2025-06-30 19:58:01 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2025-06-30 19:58:01 +0000 |
| commit | d8c5c513e1cbca329a75fa6ea5f5064c3a1d78b2 (patch) | |
| tree | d105795b75befd6889a74232d632056337020921 | |
| parent | 5c0eb439cfadac1e59ff96abbf26fe6bb15ec58d (diff) | |
param.h: Bump __FreeBSD_version for NFS api changes
Commits 171f66b0c2ca and 8e2a90ac8089 changed the internal
api between nfscommon.ko and the other nfs modules.
Bump __FreeBSD_version to 1500049 for this.
All NFS related modules must be rebuilt from up-to-date
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 b9849390c844..f1bf874cb5fd 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500048 +#define __FreeBSD_version 1500049 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
