diff options
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.patch | 5 |
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 - |