Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 12:14:32 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13607 for review
Message-ID:  <200206291914.g5TJEWqv062052@freefall.freebsd.org>

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

Change 13607 by rwatson@rwatson_curry on 2002/06/29 12:13:32

	Fix mis-merge, rename of p1/p2 to td/p

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_prot.c#22 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_prot.c#22 (text+ko) ====

@@ -1595,7 +1595,7 @@
 		return (error);
 
 #ifdef MAC
-	error = mac_cred_candebug(p1->p_ucred, p2);
+	error = mac_cred_candebug(td->td_ucred, p);
 	if (error)
 		return (error);
 #endif

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?200206291914.g5TJEWqv062052>