PERFORCE change 85571 for review

Todd Miller millert at FreeBSD.org
Wed Oct 19 19:30:05 GMT 2005


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

Change 85571 by millert at millert_ibook on 2005/10/19 19:29:17

	sebsd_destroy_label() is only used by #if 0'd code so #if it
	away as well.  The old (#if 0'd) policy should be completely
	removed at some point.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#8 (text+ko) ====

@@ -517,6 +517,7 @@
   SLOT(label) = NULL;
 }
 
+#if 0
 static void
 sebsd_destroy_label(struct label *label)
 {
@@ -524,6 +525,7 @@
 	free(SLOT(label), M_SEBSD);
 	SLOT(label) = NULL;
 }
+#endif
 
 static void
 sebsd_destroy_sysv_label(struct label *label)
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