git: 4f22d274ab0d - stable/14 - param.h: Bump __FreeBSD_version for 3f61ececacd8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Aug 2025 21:33:49 UTC
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=4f22d274ab0d1da23c000e4f7f2ea003c5fa94a7 commit 4f22d274ab0d1da23c000e4f7f2ea003c5fa94a7 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2025-08-23 21:30:10 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2025-08-23 21:30:10 +0000 param.h: Bump __FreeBSD_version for 3f61ececacd8 Bump __FreeBSD_version to 1403505 for 3f61ececacd8 since this commit changes the internal KAPI between the NFS modules. --- 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 3c3f4093ee1f..d3863d670431 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1403504 +#define __FreeBSD_version 1403505 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,