From 6c8d9ddc36b7deeda80a92d4635e99cd4bc85a41 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 2 Feb 2011 21:58:13 +0100 Subject: update to latest upstream version, no patches required, seems to be added upstream. --- .../patches/patch-coregrind_launcher-linux_c | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 package/valgrind/patches/patch-coregrind_launcher-linux_c (limited to 'package/valgrind/patches/patch-coregrind_launcher-linux_c') diff --git a/package/valgrind/patches/patch-coregrind_launcher-linux_c b/package/valgrind/patches/patch-coregrind_launcher-linux_c deleted file mode 100644 index e94ffd908..000000000 --- a/package/valgrind/patches/patch-coregrind_launcher-linux_c +++ /dev/null @@ -1,29 +0,0 @@ - try to avoid errors regarding already #defined st_atime in bits/stat.h or so ---- valgrind-3.5.0.orig/coregrind/launcher-linux.c 2009-08-19 15:37:47.000000000 +0200 -+++ valgrind-3.5.0/coregrind/launcher-linux.c 2010-12-30 17:08:00.035938916 +0100 -@@ -32,6 +32,12 @@ - and so it doesn't have to conform to Valgrind's arcane rules on - no-glibc-usage etc. */ - -+#include "pub_core_debuglog.h" -+#include "pub_core_vki.h" // Avoids warnings from -+ // pub_core_libcfile.h -+#include "pub_core_libcproc.h" // For VALGRIND_LIB, VALGRIND_LAUNCHER -+#include "pub_core_ume.h" -+ - #include - #include - #include -@@ -45,12 +51,6 @@ - #include - #include - --#include "pub_core_debuglog.h" --#include "pub_core_vki.h" // Avoids warnings from -- // pub_core_libcfile.h --#include "pub_core_libcproc.h" // For VALGRIND_LIB, VALGRIND_LAUNCHER --#include "pub_core_ume.h" -- - - - #define PATH_MAX 4096 /* POSIX refers to this a lot but I dunno -- cgit v1.2.3