The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=dd22a6853d92e4b94431988cb1d7a5fa498d24ab
commit dd22a6853d92e4b94431988cb1d7a5fa498d24ab Author: Kyle Evans <kev...@freebsd.org> AuthorDate: 2025-08-16 18:05:28 +0000 Commit: Kyle Evans <kev...@freebsd.org> CommitDate: 2025-08-16 18:05:28 +0000 Belatedly bump __FreeBSD_version for setgroups/getgroups revisions 9da2fe96ff ("kern: fix setgroups(2) and getgroups(2) [...]") added new versions of the getgroups(2)/setgroups(2) syscalls. Requested by: cperciva --- 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 c410a6ee666f..89ab2b2b0ea8 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 1500060 +#define __FreeBSD_version 1500061 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,