XU_NGROUPS
if (export.export.ex_ngroups > XU_NGROUPS ||
if (export.ex_ngroups <= XU_NGROUPS) {
MPASS(cred->cr_ngroups <= XU_NGROUPS);
if (!xdr_uint32_t(xdrs, i < XU_NGROUPS - 1 ?
cred->cr_ngroups = MIN(supp_ngroups + 1, XU_NGROUPS);
if (i < XU_NGROUPS - 1)
xcr->cr_ngroups = MIN(supp_ngroups + 1, XU_NGROUPS);
gid_t cr_sgroups[XU_NGROUPS - 1];
gid_t cr_groups[XU_NGROUPS]; /* groups */
if (xucred->cr_ngroups > XU_NGROUPS) {
xucred->cr_ngroups, XU_NGROUPS);