diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-22 16:04:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-22 16:04:38 +0800 |
commit | 1b405c8e29ebad0c023e810daf97d329455b6165 (patch) | |
tree | d02d0fc9c72d79cd25b1107e02f0b42b8a0327c3 /benchmarks | |
parent | 97da369135cf909569b0d755800174d32ab12b56 (diff) | |
download | freebsd-ports-gnome-1b405c8e29ebad0c023e810daf97d329455b6165.tar.gz freebsd-ports-gnome-1b405c8e29ebad0c023e810daf97d329455b6165.tar.zst freebsd-ports-gnome-1b405c8e29ebad0c023e810daf97d329455b6165.zip |
Fix patch which doesn't apply.
Submitted by: bento
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/stream/files/patch-stream_d.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/stream/files/patch-stream_d.c b/benchmarks/stream/files/patch-stream_d.c index e2d95b14857e..a32b90c29415 100644 --- a/benchmarks/stream/files/patch-stream_d.c +++ b/benchmarks/stream/files/patch-stream_d.c @@ -1,12 +1,13 @@ + $FreeBSD$ ---- stream_d.c.orig Tue Nov 6 15:02:21 2001 -+++ stream_d.c Tue Nov 6 15:03:11 2001 +--- stream_d.c.orig Wed May 22 11:02:08 2002 ++++ stream_d.c Wed May 22 11:02:37 2002 @@ -23,7 +23,7 @@ * that should be good to about 5% precision. */ --# define N 1000000 +-# define N 2000000 +# define N NSIZE # define NTIMES 10 # define OFFSET 0 |