Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 07:49:03 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8058 for review
Message-ID:  <200203201549.g2KFn3X86699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8058

Change 8058 by green@green_laptop_2 on 2002/03/20 07:48:34

	Hrm, forgot to commit the modification of cr_endcopy.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/sys/ucred.h#7 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/ucred.h#7 (text+ko) ====

@@ -61,8 +61,8 @@
 	struct uidinfo	*cr_uidinfo;	/* per euid resource consumption */
 	struct uidinfo	*cr_ruidinfo;	/* per ruid resource consumption */
 	struct prison	*cr_prison;	/* jail(4) */
+#define	cr_endcopy cr_label
 	struct mac	cr_label;	/* mandatory access control label */
-#define	cr_endcopy cr_mtxp
 	struct mtx	*cr_mtxp;		/* protect refcount */
 };
 #define cr_gid cr_groups[0]

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?200203201549.g2KFn3X86699>