PERFORCE change 109970 for review
Todd Miller
millert at FreeBSD.org
Tue Nov 14 19:08:11 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=109970
Change 109970 by millert at 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
More information about the trustedbsd-cvs
mailing list