X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Fkernel%2Fcompat_audit.c;h=108ff14e21223a0dcd91e7359356e2a602acba0a;hb=6d39635959fe2f072130789a95e11ff97fb27b58;hp=640d4bb29321b5b20a074e5491aeaada69b021e2;hpb=c547fc28ab3e8716076fdaf4bd0260c5d63a18f7;p=linux-2.6 diff --git a/arch/powerpc/kernel/compat_audit.c b/arch/powerpc/kernel/compat_audit.c index 640d4bb293..108ff14e21 100644 --- a/arch/powerpc/kernel/compat_audit.c +++ b/arch/powerpc/kernel/compat_audit.c @@ -21,6 +21,11 @@ unsigned ppc32_read_class[] = { ~0U }; +unsigned ppc32_signal_class[] = { +#include +~0U +}; + int ppc32_classify_syscall(unsigned syscall) { switch(syscall) {