diff options
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 98fe8a26a601..aa865a9a4c4f 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -465,7 +465,7 @@ extern int audit_rule_change(int type, __u32 portid, int seq, | |||
465 | void *data, size_t datasz); | 465 | void *data, size_t datasz); |
466 | extern int audit_list_rules_send(__u32 portid, int seq); | 466 | extern int audit_list_rules_send(__u32 portid, int seq); |
467 | 467 | ||
468 | extern int audit_enabled; | 468 | extern u32 audit_enabled; |
469 | #else /* CONFIG_AUDIT */ | 469 | #else /* CONFIG_AUDIT */ |
470 | static inline __printf(4, 5) | 470 | static inline __printf(4, 5) |
471 | void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, | 471 | void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, |