PERFORCE change 147857 for review
Diego Giagio
diego at FreeBSD.org
Wed Aug 20 01:16:20 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147857
Change 147857 by diego at 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)
More information about the p4-projects
mailing list