ports/benchmarks/himenobench/files/patch-himenobmtxps.c
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

18 lines
387 B
C

--- himenobmtxps.c.orig 2016-06-20 13:01:22 UTC
+++ himenobmtxps.c
@@ -37,6 +37,7 @@
********************************************************************/
#include <stdio.h>
+#include <sys/time.h>
#ifdef SSMALL
#define MIMAX 33
@@ -245,7 +246,6 @@ mflops(int nn,double cpu,double flop)
double
second()
{
-#include <sys/time.h>
struct timeval tm;
double t ;