diff -c -b vmdesched-only-orig/compat_kernel.h vmdesched-only/compat_kernel.h *** vmdesched-only-orig/compat_kernel.h 2007-04-12 22:40:53.000000000 -0400 --- vmdesched-only/compat_kernel.h 2007-07-30 11:27:51.000000000 -0400 *************** *** 18,24 **** --- 18,28 ---- * provided by x86-64, arm and other (but not by i386). */ #define __NR_compat_exit __NR_exit + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20) static inline _syscall1(int, compat_exit, int, exit_code); + #else + static inline _syscall1(int compat_exit, int exit_code); + #endif /* Only in vmdesched-only: Module.symvers