PERFORCE change 20220 for review

Robert Watson rwatson at freebsd.org
Sun Oct 27 03:02:44 GMT 2002


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

Change 20220 by rwatson at rwatson_paprika on 2002/10/26 20:02:13

	Remove dup from integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#162 edit

Differences ...

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

@@ -337,15 +337,6 @@
 	return (EPERM);
 }
 
-mac_biba_high_single(struct mac_biba *mac_biba)
-{
-
-	KASSERT((mac_biba->mb_flags & MAC_BIBA_FLAG_SINGLE) != 0,
-	    ("mac_biba_equal_single: mac_biba not single"));
-
-	return (mac_biba->mb_single.mbe_type == MAC_BIBA_TYPE_HIGH);
-}
-
 static int
 mac_biba_high_single(struct mac_biba *mac_biba)
 {
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