Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 12:00:24 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8397 for review
Message-ID:  <200203252000.g2PK0OW89982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203252000.g2PK0OW89982>