Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 01:16:19 GMT
From:      Diego Giagio <diego@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147857 for review
Message-ID:  <200808200116.m7K1GJJB057564@repoman.freebsd.org>

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

Change 147857 by diego@diego_black on 2008/08/20 01:16:15

	Add AUDIT_PFIL empty macros to compilation without AUDIT support

Affected files ...

.. //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#16 edit

Differences ...

==== //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#16 (text) ====

@@ -271,6 +271,12 @@
 #define	AUDIT_SYSCALL_EXIT(error, td)	do {				\
 } while (0)
 
+#define	AUDIT_PFIL_ENTER(code, td, error)	do {			\
+} while (0)
+
+#define	AUDIT_PFIL_EXIT(error, td)	do {				\
+} while (0)
+
 #define	AUDIT_SYSCLOSE(p, fd)	do {					\
 } while (0)
 



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