diff options
Diffstat (limited to 'benchmarks/super-smack/files')
-rw-r--r-- | benchmarks/super-smack/files/patch-Makefile.in | 6 | ||||
-rw-r--r-- | benchmarks/super-smack/files/patch-src_query.cc (renamed from benchmarks/super-smack/files/patch-query.cc) | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/benchmarks/super-smack/files/patch-Makefile.in b/benchmarks/super-smack/files/patch-Makefile.in index 009606ef5fad..b0f1de511e6b 100644 --- a/benchmarks/super-smack/files/patch-Makefile.in +++ b/benchmarks/super-smack/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 2005-04-30 11:19:40.000000000 -0400 -+++ ./Makefile.in 2014-07-03 10:20:34.000000000 -0400 -@@ -379,8 +379,8 @@ +--- Makefile.in.orig 2005-04-30 15:19:40 UTC ++++ Makefile.in +@@ -379,8 +379,8 @@ mostlyclean distclean maintainer-clean install-data-local: diff --git a/benchmarks/super-smack/files/patch-query.cc b/benchmarks/super-smack/files/patch-src_query.cc index 339e7c1a7feb..ef4e688e8ea8 100644 --- a/benchmarks/super-smack/files/patch-query.cc +++ b/benchmarks/super-smack/files/patch-src_query.cc @@ -1,6 +1,6 @@ ---- src/query.cc.orig 2005-04-30 09:51:29.000000000 -0400 -+++ src/query.cc 2007-07-26 20:47:03.000000000 -0400 -@@ -197,7 +197,7 @@ +--- src/query.cc.orig 2005-04-30 13:51:29 UTC ++++ src/query.cc +@@ -197,7 +197,7 @@ void Query_report::fd_send(int fd) { string s((*i).first); int str_len = (*i).first.length(); @@ -9,7 +9,7 @@ { *p++ = (char) str_len; const char* q_type_name = s.c_str(); -@@ -216,7 +216,7 @@ +@@ -216,7 +216,7 @@ void Query_report::fd_send(int fd) die(0, "report buffer overflow -- too many query types"); } |