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

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

Change 20412 by rwatson@rwatson_sproing on 2002/10/30 07:26:19

	When fixing types, really fix types.

Affected files ...

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

Differences ...

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

@@ -340,7 +340,7 @@
 		    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 *label,
+		    struct vnode *vp, struct label *label,
 		    struct componentname *cnp);
 	int	(*mpo_check_vnode_deleteacl)(struct ucred *cred,
 		    struct vnode *vp, struct label *label, acl_type_t type);

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?200210301527.g9UFRFIC052932>