generic: refresh patches
[openwrt.git] / target / linux / generic / patches-3.6 / 084-perf_mkstemp_build_fix.patch
index 1ded137..e95e11b 100644 (file)
@@ -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
-