Commit a41f43a
syscalls: Fix invalid kernel enumeration value
A placeholder, KV_UNDEF, was added for when each syscall was added to
the kernel for each architecture, but the C code has defined this enum
value as SCMP_KV_UNDEF. Find and replace all instances of KV_UNDEF with
SCMP_KV_UNDEF.
Signed-off-by: Tom Hromatka <[email protected]>
Signed-off-by: Paul Moore <[email protected]>1 parent 1d10678 commit a41f43a
2 files changed
+503
-503
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
887 | | - | |
| 887 | + | |
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
| |||
0 commit comments