Audit: add TTY input auditing
[linux-2.6-block.git] / kernel / auditsc.c
index e36481ed61b4d0b138fa43e7662c0b65cfb021a5..7ccc3da30a91b28f36d9601c155c53ff8a2c80d8 100644 (file)
@@ -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