MAX_MAXUSERS
if (maxusers > MAX_MAXUSERS) {
maxusers = MAX_MAXUSERS;
cmn_err(CE_NOTE, "maxusers limited to %d", MAX_MAXUSERS);