diff options
Diffstat (limited to 'benchmarks/unixbench/files/patch-src:dhry_1.c')
| -rw-r--r-- | benchmarks/unixbench/files/patch-src:dhry_1.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/unixbench/files/patch-src:dhry_1.c b/benchmarks/unixbench/files/patch-src:dhry_1.c new file mode 100644 index 000000000000..142f7a03240a --- /dev/null +++ b/benchmarks/unixbench/files/patch-src:dhry_1.c @@ -0,0 +1,19 @@ +--- src/dhry_1.c.orig Sun Dec 19 01:45:10 2004 ++++ src/dhry_1.c Sun Dec 19 01:45:59 2004 +@@ -34,6 +34,7 @@ + ***************************************************************************/ + char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21"; + ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +@@ -81,7 +82,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 */ |
