freebsd-ports/science/fasthenry/files/patch-src+fasthenry+sparse+spDefs.h
Renato Botelho 7a0ae732aa Add fasthenry , a multipole-accelerated inductance analysis program.
PR:		ports/93969
Submitted by:	Pedro Giffuni <giffunip@asme.org>
2006-03-15 10:38:00 +00:00

11 lines
332 B
C

--- src/fasthenry/sparse/spDefs.h.orig Sat Feb 25 22:50:35 2006
+++ src/fasthenry/sparse/spDefs.h Sat Feb 25 22:51:00 2006
@@ -462,7 +462,7 @@
* MEMORY ALLOCATION
*/
-extern char *malloc(), *calloc(), *realloc();
+extern void *malloc(), *calloc(), *realloc();
#ifdef ultrix
extern void free();
extern void abort();