Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 20:02:44 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20220 for review
Message-ID:  <200210270302.g9R32iKO060803@repoman.freebsd.org>

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

Change 20220 by rwatson@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@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?200210270302.g9R32iKO060803>