From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- benchmarks/unixbench/files/patch-src_dhry__1.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 benchmarks/unixbench/files/patch-src_dhry__1.c (limited to 'benchmarks/unixbench/files/patch-src_dhry__1.c') 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..01821756b3b5 --- /dev/null +++ b/benchmarks/unixbench/files/patch-src_dhry__1.c @@ -0,0 +1,19 @@ +--- src/dhry_1.c.orig 1999-07-28 21:43:08 UTC ++++ src/dhry_1.c +@@ -34,6 +34,7 @@ + ***************************************************************************/ + char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21"; + ++#include + #include + #include + #include +@@ -81,7 +82,7 @@ extern int times (); + /* 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 */ -- cgit v1.2.3