From 32e0bc256c657e122aa44bdee7ca7910b90e58e5 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 14 Oct 2004 11:20:19 +0000 Subject: [PATCH] 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 --- coregrind/vg_unsafe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2