PERFORCE change 18870 for review

Chris Vance cvance at freebsd.org
Mon Oct 7 17:48:34 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18870

Change 18870 by cvance at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list