|
From: Helio C. de C. <he...@co...> - 2003-11-04 12:50:28
|
CVS commit by helio: - Fix for kernel 2.6. __user need definition. M +3 -0 vg_unsafe.h 1.14.2.2 --- valgrind/coregrind/vg_unsafe.h #1.14.2.1:1.14.2.2 @@ -47,4 +47,7 @@ #include <net/if_arp.h> /* for struct arpreq */ #include <net/route.h> /* for struct rtentry */ +#ifdef KERNEL_2_6 +#include <linux/compiler.h> +#endif #include <asm/ipc.h> /* for struct ipc_kludge */ #include <linux/msg.h> /* for struct msgbuf */ |