PERFORCE change 63568 for review

Robert Watson rwatson at FreeBSD.org
Sat Oct 23 14:40:15 GMT 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)
 
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