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 611a59a56f1a..22cfddb75566 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -102,7 +102,7 @@ struct filename; | |||
102 | 102 | ||
103 | extern void audit_log_session_info(struct audit_buffer *ab); | 103 | extern void audit_log_session_info(struct audit_buffer *ab); |
104 | 104 | ||
105 | #ifdef CONFIG_COMPAT | 105 | #ifdef CONFIG_AUDIT_COMPAT_GENERIC |
106 | #define audit_is_compat(arch) (!((arch) & __AUDIT_ARCH_64BIT)) | 106 | #define audit_is_compat(arch) (!((arch) & __AUDIT_ARCH_64BIT)) |
107 | #else | 107 | #else |
108 | #define audit_is_compat(arch) false | 108 | #define audit_is_compat(arch) false |