PERFORCE change 63568 for review
Robert Watson
rwatson at FreeBSD.org
Sat Oct 23 07:40:16 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=63568
Change 63568 by rwatson at rwatson_tislabs on 2004/10/23 14:39:20
Define AUDIT_ARG() in the !AUDIT case, as is done with audit
system call enter/exit macros.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#7 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kernel.h#7 (text+ko) ====
@@ -363,6 +363,9 @@
} while (0)
#else /* !AUDIT */
+#define AUDIT_ARG(op, args...) do { \
+ } while (0)
+
#define AUDIT_SYSCALL_ENTER(code, td) do { \
} while (0)
More information about the p4-projects
mailing list