- distfile has moved - license has changed. Patches are the result of de-fuzzing the old patches since the new source files have the new (less restrictive) license.
13 lines
364 B
Text
13 lines
364 B
Text
$NetBSD: patch-aj,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
|
|
|
|
--- src/fasthenry/mulGlobal.h.orig Tue Aug 3 22:20:13 2004
|
|
+++ src/fasthenry/mulGlobal.h
|
|
@@ -46,7 +46,7 @@ extern char * calloc();
|
|
extern char * malloc();
|
|
extern char * realloc();
|
|
#else
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif /* end if NEWS */
|
|
#include <stdio.h>
|
|
#include <math.h>
|