PERFORCE change 53581 for review

Robert Watson rwatson at FreeBSD.org
Wed May 26 20:23:29 PDT 2004


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

Change 53581 by rwatson at rwatson_paprika on 2004/05/26 20:22:35

	Use FreeBSD directory layout to reach bsm include files.  We'll
	need to use the bsm layout for include files at some point,
	but this should get things going in the mean time.

Affected files ...

.. //depot/projects/trustedbsd/audit2/contrib/bsm/lib/libbsm.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit2/contrib/bsm/lib/libbsm.h#2 (text+ko) ====

@@ -43,9 +43,11 @@
 #include <sys/queue.h>
 #include <sys/cdefs.h>		/* __{BEGIN,END}_DECLS */
 
-#include <bsm/audit.h>
-#include <bsm/audit_record.h>
+#include <sys/audit.h>
+#include <security/audit/audit_record.h>
+#ifdef DARWIN
 #include <mach/mach.h>		/* audit_token_t */
+#endif
 
 #define AU_PRS_SUCCESS  1
 #define AU_PRS_FAILURE  2


More information about the p4-projects mailing list