Date: Wed, 26 May 2004 20:22:35 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 53581 for review Message-ID: <200405270322.i4R3MZvl051247@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=53581 Change 53581 by rwatson@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 2home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405270322.i4R3MZvl051247>
