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

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

Change 20411 by rwatson@rwatson_sproing on 2002/10/30 07:25:10

	Don't abandon the type information by using void * instead of
	struct label *.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#157 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#157 (text+ko) ====

@@ -340,7 +340,8 @@
 		    struct componentname *cnp, struct vattr *vap);
 	int	(*mpo_check_vnode_delete)(struct ucred *cred,
 		    struct vnode *dvp, struct label *dlabel,
-		    struct vnode *vp, void *label, struct componentname *cnp);
+		    struct vnode *vp, void label *label,
+		    struct componentname *cnp);
 	int	(*mpo_check_vnode_deleteacl)(struct ucred *cred,
 		    struct vnode *vp, struct label *label, acl_type_t type);
 	int	(*mpo_check_vnode_exec)(struct ucred *cred, struct vnode *vp,

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?200210301525.g9UFPC7w052802>