diff options
author | Stefan Eßer <se@FreeBSD.org> | 2001-03-12 18:15:04 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2001-03-12 18:15:04 +0000 |
commit | 6f03c1e93a509a03a80640a6ae4e2f5566c6de90 (patch) | |
tree | 5650c5058943a8a03d2aa4cb3a883f3653467479 /benchmarks | |
parent | 2dcd6ae2214c63d31cc4cf9dbd5304658ea45b07 (diff) | |
download | ports-6f03c1e93a509a03a80640a6ae4e2f5566c6de90.tar.gz ports-6f03c1e93a509a03a80640a6ae4e2f5566c6de90.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bytebench/files/patch-af | 12 | ||||
-rw-r--r-- | benchmarks/unixbench/files/patch-af | 12 |
2 files changed, 20 insertions, 4 deletions
diff --git a/benchmarks/bytebench/files/patch-af b/benchmarks/bytebench/files/patch-af index bf25a7610d17..7ecc7b21e8dd 100644 --- a/benchmarks/bytebench/files/patch-af +++ b/benchmarks/bytebench/files/patch-af @@ -1,6 +1,14 @@ --- src/dhry_1.c.orig Thu Jan 27 21:23:37 2000 -+++ src/dhry_1.c Thu Jan 27 21:24:08 2000 -@@ -78,7 +78,7 @@ ++++ src/dhry_1.c Mon Mar 12 19:08:06 2001 +@@ -32,6 +32,7 @@ + ***************************************************************************/ + char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21"; + ++#include <sys/types.h> + #include <stdio.h> + #include "dhry.h" + #include "timeit.c" +@@ -78,7 +79,7 @@ /* Measurements should last at least about 2 seconds */ #endif #ifdef TIME diff --git a/benchmarks/unixbench/files/patch-af b/benchmarks/unixbench/files/patch-af index bf25a7610d17..7ecc7b21e8dd 100644 --- a/benchmarks/unixbench/files/patch-af +++ b/benchmarks/unixbench/files/patch-af @@ -1,6 +1,14 @@ --- src/dhry_1.c.orig Thu Jan 27 21:23:37 2000 -+++ src/dhry_1.c Thu Jan 27 21:24:08 2000 -@@ -78,7 +78,7 @@ ++++ src/dhry_1.c Mon Mar 12 19:08:06 2001 +@@ -32,6 +32,7 @@ + ***************************************************************************/ + char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21"; + ++#include <sys/types.h> + #include <stdio.h> + #include "dhry.h" + #include "timeit.c" +@@ -78,7 +79,7 @@ /* Measurements should last at least about 2 seconds */ #endif #ifdef TIME |