K 10 svn:author V 6 brooks K 8 svn:date V 27 2010-01-12T07:49:34.848546Z K 7 svn:log V 257 Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic kern.ngroups+1. kern.ngroups can range from NGROUPS_MAX=1023 to INT_MAX-1. Given that the Windows group limit is 1024, this range should be sufficient for most applications. MFC after: 1 month END