PERFORCE change 31285 for review

Robert Watson rwatson at FreeBSD.org
Fri May 16 03:09:31 GMT 2003


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

Change 31285 by rwatson at rwatson_tislabs on 2003/05/15 20:09:16

	Warning fixes to improve quality of LINT build.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_lomac/mac_lomac.c#59 edit

Differences ...

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

@@ -438,6 +438,7 @@
 	mac_lomac->ml_flags |= MAC_LOMAC_FLAG_SINGLE;
 }
 
+#if 0
 static void
 mac_lomac_set_auxsingle(struct mac_lomac *mac_lomac, u_short type,
     u_short grade)
@@ -447,6 +448,7 @@
 	mac_lomac->ml_auxsingle.mle_grade = grade;
 	mac_lomac->ml_flags |= MAC_LOMAC_FLAG_AUX;
 }
+#endif
 
 static void
 mac_lomac_copy_range(struct mac_lomac *labelfrom, struct mac_lomac *labelto)
@@ -598,7 +600,7 @@
  * at least a single), as for a relabel operation which may or may
  * not involve a relevant label.
  */
-void
+static void
 try_relabel(struct mac_lomac *from, struct mac_lomac *to)
 {
 
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