Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 14:40:15 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63568 for review
Message-ID:  <200410231440.i9NEeF7h002134@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63568

Change 63568 by rwatson@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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410231440.i9NEeF7h002134>