--- vmware/vmmon-only/include/compat_kernel.h.org 2006-12-26 16:47:25 +0800 +++ vmware/vmmon-only/include/compat_kernel.h 2006-12-26 16:48:00 +0800 @@ -18,7 +18,9 @@ * 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,19) static inline _syscall1(int, compat_exit, int, exit_code); +#endif /*