Date: Wed, 19 Oct 2005 19:30:05 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 85571 for review Message-ID: <200510191930.j9JJU5QS014629@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85571 Change 85571 by millert@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510191930.j9JJU5QS014629>