git: 464372940b36 - main - param.h: Bump FreeBSD_version for commit 4517fbfd4251
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 21:05:10 UTC
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=464372940b365b6109866440f5ce96f41b084f86 commit 464372940b365b6109866440f5ce96f41b084f86 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2025-02-14 21:04:15 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2025-02-14 21:04:15 +0000 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. --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,