K 10 svn:author V 6 robert K 8 svn:date V 27 2005-04-28T16:11:37.000000Z K 7 svn:log V 229 We need to pass NGROUPS + 1 to getgrouplist(3) to display NGROUPS groups. getgrouplist(3) may put a duplicate group id into the passed array (it sets [0] and [1] to the value of the gid argument), but id_print() sorts them out. END