Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 10:48:34 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18870 for review
Message-ID:  <200210071748.g97HmYfZ080216@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18870

Change 18870 by cvance@cvance_laptop on 2002/10/07 10:48:09

	Remove duplicate definitions for mac_test_check_vnode_mmap and 
	mac_test_check_vnode_mprotect

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#54 edit

Differences ...

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

@@ -1112,22 +1112,6 @@
 }
 
 static int
-mac_test_check_vnode_mmap(struct ucred *cred, struct vnode *vp,
-    struct label *label, int prot)
-{
-
-	return (0);
-}
-
-static int
-mac_test_check_vnode_mprotect(struct ucred *cred, struct vnode *vp,
-    struct label *label, int prot)
-{
-
-	return (0);
-}
-
-static int
 mac_test_check_vnode_poll(struct ucred *active_cred, struct ucred *file_cred,
     struct vnode *vp, struct label *label)
 {

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?200210071748.g97HmYfZ080216>