aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /benchmarks/unixbench/files/patch-af
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
Notes
Diffstat (limited to 'benchmarks/unixbench/files/patch-af')
-rw-r--r--benchmarks/unixbench/files/patch-af19
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 */