PERFORCE change 20413 for review

Robert Watson rwatson at freebsd.org
Wed Oct 30 15:28:17 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=20413

Change 20413 by rwatson at rwatson_sproing on 2002/10/30 07:27:50

	Fix another type botch missed in a prior pass.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#171 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#171 (text+ko) ====

@@ -1360,7 +1360,7 @@
 
 static void
 mac_biba_execve_transition(struct ucred *old, struct ucred *new,
-    struct vnode *vp, struct mac *vnodelabel, struct label *shellvnodelabel,
+    struct vnode *vp, struct label *vnodelabel, struct label *shellvnodelabel,
     struct image_params *imgp)
 {
 	struct mac_biba *source, *dest;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list