|
From: Nicholas N. <nj...@ca...> - 2004-10-14 11:20:22
|
CVS commit by nethercote: Replace glibc header with equivalent kernel header, which fixes a compile problem seen by Sefer Tov. MERGED FROM HEAD M +1 -1 vg_unsafe.h 1.33.2.1 --- valgrind/coregrind/vg_unsafe.h #1.33:1.33.2.1 @@ -48,5 +48,5 @@ #include <linux/sockios.h>/* for SIOCOUTQ */ #include <sys/un.h> /* for sockaddr_un */ -#include <net/if.h> /* for struct ifreq et al */ +#include <linux/if.h> /* for struct ifreq et al */ #include <net/if_arp.h> /* for struct arpreq */ #include <net/route.h> /* for struct rtentry */ |