[PATCH 1/2] audit: move extern declarations to audit.h
authorHarvey Harrison <harvey.harrison@gmail.com>
Sun, 27 Apr 2008 09:39:17 +0000 (02:39 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 28 Apr 2008 10:28:04 +0000 (06:28 -0400)
commitc782f242f0602edf848355d41e3676753c2280c8
treee7c40c0cb99b64e6874b5e9d2602ff10b9a6597b
parent0ef1970d7fcee1b4cb33c5017803e9039bf42db2
[PATCH 1/2] audit: move extern declarations to audit.h

Leave audit_sig_{uid|pid|sid} protected by #ifdef CONFIG_AUDITSYSCALL.

Noticed by sparse:
kernel/audit.c:73:6: warning: symbol 'audit_ever_enabled' was not declared. Should it be static?
kernel/audit.c:100:8: warning: symbol 'audit_sig_uid' was not declared. Should it be static?
kernel/audit.c:101:8: warning: symbol 'audit_sig_pid' was not declared. Should it be static?
kernel/audit.c:102:6: warning: symbol 'audit_sig_sid' was not declared. Should it be static?
kernel/audit.c:117:23: warning: symbol 'audit_ih' was not declared. Should it be static?
kernel/auditfilter.c:78:18: warning: symbol 'audit_filter_list' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/audit.h
kernel/auditfilter.c
kernel/auditsc.c