K 10 svn:author V 6 brooks K 8 svn:date V 27 2009-06-09T04:58:15.993137Z K 7 svn:log V 395 Set NGROUPS_MAX to be 1023 since it should be the number of _supplemental_ groups and thus getgroups() should return up to NGROUPS_MAX+1 results on FreeBSD (ignoring for the moment the fact that NGROUPS_MAX isn't actually a maximum value under POSIX). This limits waste in naive applications to a single page. Set NGROUPS to NGROUPS_MAX+1 to properly reflect the in-kernel space requirements. END