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

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

Change 20418 by rwatson@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@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?200210301546.g9UFkhRG055026>