NFS_MAXGRPS
gid_t nfsc_groups[NFS_MAXGRPS + 1];
nfscr->nfsc_ngroups = MIN(cr->cr_ngroups + 1, NFS_MAXGRPS + 1);
nmp->nm_numgrps = NFS_MAXGRPS;