PERFORCE change 106621 for review

Robert Watson rwatson at FreeBSD.org
Sun Sep 24 16:26:06 PDT 2006


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

Change 106621 by rwatson at rwatson_peppercorn on 2006/09/24 23:25:19

	Submit untested Mac OS X clock_gettime() compat code so that it's
	in the tree where csjp can get to it.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 edit
.. //depot/projects/trustedbsd/openbsm/compat/clock_gettime.h#1 add

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 (text+ko) ====

@@ -25,7 +25,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#9 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 $
  */
 
 /*
@@ -48,6 +48,10 @@
 #include <compat/queue.h>
 #endif
 
+#ifndef HAVE_CLOCK_GETTIME
+#include <compat/clock_gettime.h>
+#endif
+
 #include <bsm/libbsm.h>
 #include <bsm/audit_filter.h>
 


More information about the p4-projects mailing list