diff options
author | Stefan Eßer <se@FreeBSD.org> | 2005-01-08 22:10:44 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2005-01-08 22:10:44 +0000 |
commit | 9a369a50d0657fe3491a4a2fe7261c6e12fbda3c (patch) | |
tree | c2b1bd17c207d9ee68a3ca714bc1d287a0f030c9 /benchmarks/unixbench/files/patch-af | |
parent | - Add options to build with curl (off by default) (diff) |
Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me.
The bytebench port was repo-copied to unixbench, before, to preserve
its history.
Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
Notes
Notes:
svn path=/head/; revision=125888
Diffstat (limited to 'benchmarks/unixbench/files/patch-af')
-rw-r--r-- | benchmarks/unixbench/files/patch-af | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/benchmarks/unixbench/files/patch-af b/benchmarks/unixbench/files/patch-af deleted file mode 100644 index 7ecc7b21e8dd..000000000000 --- a/benchmarks/unixbench/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- src/dhry_1.c.orig Thu Jan 27 21:23:37 2000 -+++ 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 --extern long time(); -+extern time_t time(); - /* see library function "time" */ - #define Too_Small_Time 2 - /* Measurements should last at least 2 seconds */ |