PERFORCE change 92529 for review
Robert Watson
rwatson at FreeBSD.org
Tue Feb 28 06:08:46 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92529
Change 92529 by rwatson at rwatson_lethe.cl.cam.ac.uk on 2006/02/28 14:08:35
Include libbsm.h instead of audit.h so as to pick up the
nested include of time.h. (Linux)
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#6 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#6 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#5 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#6 $
*/
/*
* Program to trigger the audit daemon with a message that is either:
@@ -44,7 +44,7 @@
#include <sys/queue.h>
#include <sys/uio.h>
-#include <bsm/audit.h>
+#include <bsm/libbsm.h>
#include <fcntl.h>
#include <stdio.h>
More information about the trustedbsd-cvs
mailing list