PERFORCE change 20417 for review

Robert Watson rwatson at freebsd.org
Wed Oct 30 15:45:41 GMT 2002


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

Change 20417 by rwatson at rwatson_sproing on 2002/10/30 07:44:40

	s/mode_t/int/ for _access(), _open()

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_lomac/mac_lomac.c#26 edit

Differences ...

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

@@ -2132,7 +2132,7 @@
 
 static int
 mac_lomac_check_vnode_open(struct ucred *cred, struct vnode *vp,
-    struct label *vnodelabel, mode_t acc_mode)
+    struct label *vnodelabel, int acc_mode)
 {
 	struct mac_lomac *subj, *obj;
 
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