aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-14 08:47:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-14 08:47:39 +0000
commitdef14d6adca22c2e9fb6c9e0cc6431eb09424d30 (patch)
tree2304bb5c88d8eace6555b6ec24516d10f01b5d79 /target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch
parent5a96c5fd94c7ef3516c0e4da3a5b3c0713f468b2 (diff)
downloadmaster-187ad058-def14d6adca22c2e9fb6c9e0cc6431eb09424d30.tar.gz
master-187ad058-def14d6adca22c2e9fb6c9e0cc6431eb09424d30.tar.bz2
master-187ad058-def14d6adca22c2e9fb6c9e0cc6431eb09424d30.zip
generic: refresh patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch')
-rw-r--r--target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch b/target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch
index 1ded1374f5..e95e11ba6a 100644
--- a/target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch
+++ b/target/linux/generic/patches-3.6/084-perf_mkstemp_build_fix.patch
@@ -22,8 +22,6 @@ Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dso-test-data.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/tools/perf/util/dso-test-data.c b/tools/perf/util/dso-test-data.c
-index 541cdc7..c6caede 100644
--- a/tools/perf/util/dso-test-data.c
+++ b/tools/perf/util/dso-test-data.c
@@ -23,7 +23,7 @@ static char *test_file(int size)
@@ -35,6 +33,3 @@ index 541cdc7..c6caede 100644
buf = malloc(size);
if (!buf) {
---
-1.7.10.4
-