Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 11:52:57 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20304 for review
Message-ID:  <200210281952.g9SJqvYx024360@repoman.freebsd.org>

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

Change 20304 by rwatson@rwatson_tislabs on 2002/10/28 11:51:59

	Correct a typo originally hidden by #if 0.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.h#13 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.h#13 (text+ko) ====

@@ -72,7 +72,7 @@
 /*
  * MLS compartments bit set size (in bits).
  */
-#define	MAC_MLS_MAX_COMPARTMMENTS	256
+#define	MAC_MLS_MAX_COMPARTMENTS	256
 
 struct mac_mls_element {
 	u_short	mme_type;

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?200210281952.g9SJqvYx024360>