git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f6409
)
AUDIT: Fix definition of audit_log_start() if audit not enabled
author
Badari Pulavarty
<pbadari@yahoo.com>
Sat, 2 Jul 2005 12:49:07 +0000
(13:49 +0100)
committer
David Woodhouse
<dwmw2@shinybook.infradead.org>
Sat, 2 Jul 2005 12:49:07 +0000
(13:49 +0100)
audit_log_start() seems to take 3 arguments, but its defined to take
only 2 when AUDIT is turned off.
security/selinux/avc.c:553:75: macro "audit_log_start" passed 3 arguments, but takes just 2
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
No differences found