freebsd-ports/benchmarks/himenobench/files/patch-himenobmtxps.c
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

18 lines
387 B
C

--- himenobmtxps.c.orig 2016-07-27 14:57:50 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 ;