From b45b8ca84599238728e756a7684b942124d3aded Mon Sep 17 00:00:00 2001 From: Badari Pulavarty Date: Sat, 2 Jul 2005 13:49:07 +0100 Subject: [PATCH] --- yaml --- r: 8873 b: refs/heads/master c: 13774024da8ebdf17212c0f5a83f5b0681a649eb h: refs/heads/master i: 8871: c79e325293fc405917c666b83be2b4e1f0504563 v: v3 --- [refs] | 2 +- trunk/include/linux/audit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 777116e2044f..bf7926706e94 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2f6409584e2c62ffad81690562330ff3bf4a458 +refs/heads/master: 13774024da8ebdf17212c0f5a83f5b0681a649eb diff --git a/trunk/include/linux/audit.h b/trunk/include/linux/audit.h index 38999f827a36..c22405fc2ddf 100644 --- a/trunk/include/linux/audit.h +++ b/trunk/include/linux/audit.h @@ -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)