PERFORCE change 111020 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 08:45:57 PST 2006


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

Change 111020 by millert at millert_g5tower on 2006/12/04 16:35:38

	#ifdef out unused code.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#10 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#10 (text+ko) ====

@@ -831,6 +831,7 @@
 	audit_log_end(ab);
 }
 
+#ifdef __linux__
 /**
  * avc_add_callback - Register a callback for security events.
  * @callback: callback function
@@ -871,6 +872,7 @@
 out:
 	return rc;
 }
+#endif
 
 static inline int avc_sidcmp(u32 x, u32 y)
 {


More information about the trustedbsd-cvs mailing list