Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2006 16:36:37 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111020 for review
Message-ID:  <200612041636.kB4GabMb058895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111020

Change 111020 by millert@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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041636.kB4GabMb058895>