From: Nicholas Nethercote Date: Thu, 14 Oct 2004 11:20:19 +0000 (+0000) Subject: Replace glibc header with equivalent kernel header, which fixes a compile X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e0bc256c657e122aa44bdee7ca7910b90e58e5;p=thirdparty%2Fvalgrind.git Replace glibc header with equivalent kernel header, which fixes a compile problem seen by Sefer Tov. MERGED FROM HEAD git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@2768 --- diff --git a/coregrind/vg_unsafe.h b/coregrind/vg_unsafe.h index f1019b167d..2803909012 100644 --- a/coregrind/vg_unsafe.h +++ b/coregrind/vg_unsafe.h @@ -47,7 +47,7 @@ #include /* for struct msghdr */ #include /* for SIOCOUTQ */ #include /* for sockaddr_un */ -#include /* for struct ifreq et al */ +#include /* for struct ifreq et al */ #include /* for struct arpreq */ #include /* for struct rtentry */ #ifdef HAVE_LINUX_COMPILER_H