diff options
author | 2004-07-21 22:52:31 +0000 | |
---|---|---|
committer | 2004-07-21 22:52:31 +0000 | |
commit | c9ffc33fd4e95f7bd611e5a3d4a5c508439fd3e4 (patch) | |
tree | 15dc74db9686a6701a57081a9c52c8f43532e3db /dev-util/valgrind/files | |
parent | tidy; fixed 64-bit arch compile issue ; fixed rrdtool install - closes #57651 (diff) | |
download | historical-c9ffc33fd4e95f7bd611e5a3d4a5c508439fd3e4.tar.gz historical-c9ffc33fd4e95f7bd611e5a3d4a5c508439fd3e4.tar.bz2 historical-c9ffc33fd4e95f7bd611e5a3d4a5c508439fd3e4.zip |
New version
Diffstat (limited to 'dev-util/valgrind/files')
-rw-r--r-- | dev-util/valgrind/files/digest-valgrind-2.1.2 | 1 | ||||
-rw-r--r-- | dev-util/valgrind/files/valgrind-2.1.2-kernel-headers.patch | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/valgrind/files/digest-valgrind-2.1.2 b/dev-util/valgrind/files/digest-valgrind-2.1.2 new file mode 100644 index 000000000000..d39fcf1d45f4 --- /dev/null +++ b/dev-util/valgrind/files/digest-valgrind-2.1.2 @@ -0,0 +1 @@ +MD5 585e3ac5f7b86d6cd3e2bed07af732de valgrind-2.1.2.tar.bz2 962025 diff --git a/dev-util/valgrind/files/valgrind-2.1.2-kernel-headers.patch b/dev-util/valgrind/files/valgrind-2.1.2-kernel-headers.patch new file mode 100644 index 000000000000..4fe8c3ff99ce --- /dev/null +++ b/dev-util/valgrind/files/valgrind-2.1.2-kernel-headers.patch @@ -0,0 +1,17 @@ +diff -ruN valgrind-2.1.2.orig/coregrind/vg_unsafe.h valgrind-2.1.2/coregrind/vg_unsafe.h +--- valgrind-2.1.2.orig/coregrind/vg_unsafe.h 2004-07-21 23:44:53.146503216 +0200 ++++ valgrind-2.1.2/coregrind/vg_unsafe.h 2004-07-21 23:48:04.156465288 +0200 +@@ -47,11 +47,12 @@ + #include <sys/socket.h> /* for struct msghdr */ + #include <linux/sockios.h>/* for SIOCOUTQ */ + #include <sys/un.h> /* for sockaddr_un */ +-#include <net/if.h> /* for struct ifreq et al */ + #include <net/if_arp.h> /* for struct arpreq */ + #include <net/route.h> /* for struct rtentry */ + #ifdef KERNEL_2_6 + #include <linux/compiler.h> /* for __user definition */ ++#else ++#include <net/if.h> /* for struct ifreq et al */ + #endif + #include <asm/ipc.h> /* for struct ipc_kludge */ + #include <linux/msg.h> /* for struct msgbuf */ |