]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/audit.h
AUDIT: Fix definition of audit_log_start() if audit not enabled
[linux-2.6-omap-h63xx.git] / include / linux / audit.h
index 38999f827a36ffcaf1ea87ee4fe242b211cc42c6..c22405fc2ddf728cc531ca65f233d0c9d796ff6e 100644 (file)
@@ -286,7 +286,7 @@ extern void             audit_log_lost(const char *message);
 extern struct semaphore audit_netlink_sem;
 #else
 #define audit_log(c,t,f,...) do { ; } while (0)
-#define audit_log_start(c,t) ({ NULL; })
+#define audit_log_start(c,g,t) ({ NULL; })
 #define audit_log_vformat(b,f,a) do { ; } while (0)
 #define audit_log_format(b,f,...) do { ; } while (0)
 #define audit_log_end(b) do { ; } while (0)