PERFORCE change 17421 for review
Robert Watson
rwatson at freebsd.org
Thu Sep 12 20:48:42 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17421
Change 17421 by rwatson at rwatson_sproing on 2002/09/12 13:47:53
Remove unused function.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#85 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#85 (text+ko) ====
@@ -231,19 +231,6 @@
}
static int
-mac_mls_equal_range(struct mac_mls *a, struct mac_mls *b)
-{
-
- KASSERT((a->mm_flags & MAC_MLS_FLAG_RANGE) != 0,
- ("mac_mls_equal_range: a not range"));
- KASSERT((b->mm_flags & MAC_MLS_FLAG_RANGE) != 0,
- ("mac_mls_equal_range: b not range"));
-
- return (mac_mls_equal_element(&a->mm_rangelow, &b->mm_rangelow) &&
- mac_mls_equal_element(&a->mm_rangehigh, &b->mm_rangehigh));
-}
-
-static int
mac_mls_equal_single(struct mac_mls *a, struct mac_mls *b)
{
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