Date: Tue, 14 Nov 2006 19:02:37 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 109970 for review Message-ID: <200611141902.kAEJ2bgF015075@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109970 Change 109970 by millert@millert_g5tower on 2006/11/14 19:01:44 #ifdef out unused bits Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#9 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#9 (text+ko) ==== @@ -48,6 +48,7 @@ #include <sedarwin/avc/avc_ss.h> #include <sedarwin/ss/services.h> +#ifndef __APPLE__ static const struct av_perm_to_string { u16 tclass; @@ -83,6 +84,7 @@ #include <sedarwin/avc/av_inherit.h> #undef S_ }; +#endif /* __APPLE__ */ #define AVC_CACHE_SLOTS 512 #define AVC_CACHE_MAXNODES 558
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611141902.kAEJ2bgF015075>