diff options
Diffstat (limited to 'math/metis-edf/files/patch-Lib::proto.h')
-rw-r--r-- | math/metis-edf/files/patch-Lib::proto.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/metis-edf/files/patch-Lib::proto.h b/math/metis-edf/files/patch-Lib::proto.h deleted file mode 100644 index 3b423fff5ae3..000000000000 --- a/math/metis-edf/files/patch-Lib::proto.h +++ /dev/null @@ -1,12 +0,0 @@ ---- Lib/proto.h.orig Thu Dec 12 13:47:59 2002 -+++ Lib/proto.h Tue Aug 12 22:53:22 2003 -@@ -456,7 +456,9 @@ - void saxpy(long, float, float *, long, float *, long); - void RandomPermute(long, idxtype *, long); - double drand48(); -+#if !defined(__FreeBSD__) - void srand48(long); -+#endif - long ispow2(long); - void InitRandom(long); - long log2(long); |