Date: Sat, 23 Oct 2004 14:49:27 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 63570 for review Message-ID: <200410231449.i9NEnRSM002412@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63570 Change 63570 by rwatson@rwatson_tislabs on 2004/10/23 14:49:09 Need to include audit_kernel.h regardless of #ifdef AUDIT to get declarations of SYSCALL_ENTER and EXIT macros. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/i386/i386/trap.c#3 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/i386/i386/trap.c#3 (text+ko) ==== @@ -72,9 +72,7 @@ #ifdef KTRACE #include <sys/ktrace.h> #endif -#ifdef AUDIT #include <bsm/audit_kernel.h> -#endif #include <vm/vm.h> #include <vm/vm_param.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410231449.i9NEnRSM002412>