|
From: Helio C. de C. <he...@co...> - 2003-11-04 12:34:01
|
CVS commit by helio: - Fix for kernel 2.6. __user need definition. M +3 -0 vg_intercept.c 1.23 --- valgrind/coregrind/vg_intercept.c #1.22:1.23 @@ -62,4 +62,7 @@ #include <sys/ipc.h> #include <sys/msg.h> +#ifdef KERNEL_2_6 +#include <linux/compiler.h> +#endif #include <asm/ipc.h> /* for ipc_kludge */ #include <sys/poll.h> |