X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=kernel%2Fauditsc.c;h=b7640a5f382aa6e766fc09785242466ef693fbb6;hb=14dc5249728ff699b1ca4dac01ad416a350a147a;hp=e36481ed61b4d0b138fa43e7662c0b65cfb021a5;hpb=cabca0cb0d0e8579428d8f8c3f606e2f01d26d14;p=cascardo%2Flinux.git diff --git a/kernel/auditsc.c b/kernel/auditsc.c index e36481ed61b4..b7640a5f382a 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -71,9 +71,6 @@ extern struct list_head audit_filter_list[]; -/* No syscall auditing will take place unless audit_enabled != 0. */ -extern int audit_enabled; - /* AUDIT_NAMES is the number of slots we reserve in the audit_context * for saving names from getname(). */ #define AUDIT_NAMES 20 @@ -2040,7 +2037,7 @@ int __audit_signal_info(int sig, struct task_struct *t) /** * audit_core_dumps - record information about processes that end abnormally - * @sig: signal value + * @signr: signal value * * If a process ends with a core dump, something fishy is going on and we * should record the event for investigation.