PERFORCE change 63570 for review
Robert Watson
rwatson at FreeBSD.org
Sat Oct 23 14:49:27 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=63570
Change 63570 by rwatson at 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>
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