|
From: Julian S. <js...@ac...> - 2003-11-04 22:30:04
|
CVS commit by jseward: Back out revs coregrind/vg_unsafe.h 1.42.2.2 coregrind/vg_intercept.c 1.18.2.2 We don't want dependencies on kernel headers, esp in the stable branch. Leave it in head for now; see if anybody yelps there. M +0 -3 vg_intercept.c 1.18.2.3 M +0 -3 vg_unsafe.h 1.14.2.3 --- valgrind/coregrind/vg_intercept.c #1.18.2.2:1.18.2.3 @@ -63,7 +63,4 @@ #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> --- valgrind/coregrind/vg_unsafe.h #1.14.2.2:1.14.2.3 @@ -47,7 +47,4 @@ #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 */ |