diff options
Diffstat (limited to '')
-rw-r--r-- | lib/audit.c (renamed from arch/i386/kernel/audit.c) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/audit.c b/lib/audit.c index 3b97cff41549..8c21625ef938 100644 --- a/arch/i386/kernel/audit.c +++ b/lib/audit.c @@ -30,8 +30,10 @@ int audit_classify_syscall(int abi, unsigned syscall) return 2; case __NR_openat: return 3; +#ifdef __NR_socketcall case __NR_socketcall: return 4; +#endif case __NR_execve: return 5; default: |