1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/math/itl/files/patch-test+mmio_c
Mark Linimon cbb00356c0 Add math/itl, the Iterative Template Library. It carries solver and
preconditioners for solving equations. It is required by some FEM
packages on the net like Felyx and IMOOSE.

ITL is said to work especially fast with gcc-3.3.

PR:		ports/55717
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2004-01-06 04:42:35 +00:00

12 lines
229 B
Plaintext

--- test/mmio.c.orig Mon Aug 18 22:04:50 2003
+++ test/mmio.c Mon Aug 18 22:05:10 2003
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include "mmio.h"