diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/dbench/files | |
parent | 26b078f5434c79c09183a623d0c9897d12fd26c9 (diff) |
Notes
Diffstat (limited to 'benchmarks/dbench/files')
-rw-r--r-- | benchmarks/dbench/files/patch-Makefile.in | 6 | ||||
-rw-r--r-- | benchmarks/dbench/files/patch-dbench.c | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/benchmarks/dbench/files/patch-Makefile.in b/benchmarks/dbench/files/patch-Makefile.in index 5f498032fdcd..bea48a4ce1f4 100644 --- a/benchmarks/dbench/files/patch-Makefile.in +++ b/benchmarks/dbench/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 2014-06-01 10:35:20.000000000 +0200 -+++ ./Makefile.in 2014-06-01 10:36:46.000000000 +0200 -@@ -32,12 +32,12 @@ +--- Makefile.in.orig 2008-02-18 00:49:25 UTC ++++ Makefile.in +@@ -32,12 +32,12 @@ tbench_srv: $(SRV_OBJS) # Careful here: don't install client.txt over itself. install: all diff --git a/benchmarks/dbench/files/patch-dbench.c b/benchmarks/dbench/files/patch-dbench.c index c5a1fb4e8390..6578be0feba8 100644 --- a/benchmarks/dbench/files/patch-dbench.c +++ b/benchmarks/dbench/files/patch-dbench.c @@ -1,6 +1,6 @@ ---- ./dbench.c.orig 2011-01-07 14:33:29.000000000 +0000 -+++ ./dbench.c 2011-01-07 14:36:43.000000000 +0000 -@@ -304,7 +304,7 @@ +--- dbench.c.orig 2008-02-18 00:49:35 UTC ++++ dbench.c +@@ -304,7 +304,7 @@ static void create_procs(int nprocs, voi exit(1); } @@ -9,7 +9,7 @@ fn(&children[i*options.clients_per_process], options.loadfile); _exit(0); -@@ -334,7 +334,7 @@ +@@ -334,7 +334,7 @@ static void create_procs(int nprocs, voi exit(1); } |