PERFORCE change 20418 for review

Robert Watson rwatson at freebsd.org
Wed Oct 30 15:46:43 GMT 2002


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

Change 20418 by rwatson at rwatson_sproing on 2002/10/30 07:45:49

	If we want to use vm_prot_t here, we need an explicit cast.

Affected files ...

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

Differences ...

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

@@ -2112,7 +2112,7 @@
 
 static void
 mac_lomac_check_vnode_mmap_downgrade(struct ucred *cred, struct vnode *vp,
-    struct label *label, vm_prot_t *prot)
+    struct label *label, int *prot)
 {
 	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