diff options
Diffstat (limited to 'lib/audit.c')
| -rw-r--r-- | lib/audit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/audit.c b/lib/audit.c index 8e7dc1c63aa9..76bbed4a20e5 100644 --- a/lib/audit.c +++ b/lib/audit.c | |||
| @@ -36,8 +36,10 @@ int audit_classify_arch(int arch) | |||
| 36 | int audit_classify_syscall(int abi, unsigned syscall) | 36 | int audit_classify_syscall(int abi, unsigned syscall) |
| 37 | { | 37 | { |
| 38 | switch(syscall) { | 38 | switch(syscall) { |
| 39 | #ifdef __NR_open | ||
| 39 | case __NR_open: | 40 | case __NR_open: |
| 40 | return 2; | 41 | return 2; |
| 42 | #endif | ||
| 41 | #ifdef __NR_openat | 43 | #ifdef __NR_openat |
| 42 | case __NR_openat: | 44 | case __NR_openat: |
| 43 | return 3; | 45 | return 3; |
