PERFORCE change 53581 for review
Robert Watson
rwatson at FreeBSD.org
Thu May 27 03:22:35 GMT 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list