From owner-p4-projects Mon Mar 25 12: 0:39 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 852BB37B41A; Mon, 25 Mar 2002 12:00:26 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61D5137B405 for ; Mon, 25 Mar 2002 12:00:24 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2PK0OW89982 for perforce@freebsd.org; Mon, 25 Mar 2002 12:00:24 -0800 (PST) (envelope-from jhb@freebsd.org) Date: Mon, 25 Mar 2002 12:00:24 -0800 (PST) Message-Id: <200203252000.g2PK0OW89982@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 8397 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8397 Change 8397 by jhb@jhb_laptop on 2002/03/25 12:00:19 Integ a comment fixup for the new suser() API. Affected files ... ... //depot/projects/smpng/sys/sys/ucred.h#13 integrate Differences ... ==== //depot/projects/smpng/sys/sys/ucred.h#13 (text+ko) ==== @@ -45,7 +45,7 @@ * Credentials. * * Please do not inspect cr_uid directly to determine superuserness. - * Only the suser()/suser_xxx() function should be used for this. + * Only the suser() or suser_cred() function should be used for this. */ struct ucred { u_int cr_ref; /* reference count */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message