Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
18 lines
387 B
C
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 ;
|