Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 07:28:17 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20413 for review
Message-ID:  <200210301528.g9UFSHlH053008@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20413

Change 20413 by rwatson@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@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?200210301528.g9UFSHlH053008>