PERFORCE change 20412 for review
Robert Watson
rwatson at freebsd.org
Wed Oct 30 15:27:15 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20412
Change 20412 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list