summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'cad/fasthenry/patches/patch-aj')
-rw-r--r--cad/fasthenry/patches/patch-aj21
1 files changed, 12 insertions, 9 deletions
diff --git a/cad/fasthenry/patches/patch-aj b/cad/fasthenry/patches/patch-aj
index bc3bee2affd..6f47516080d 100644
--- a/cad/fasthenry/patches/patch-aj
+++ b/cad/fasthenry/patches/patch-aj
@@ -1,10 +1,13 @@
-$NetBSD: patch-aj,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $
+$NetBSD: patch-aj,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
---- src/fasthenry/fillM.c.orig Tue Nov 12 14:18:46 1996
-+++ src/fasthenry/fillM.c Thu Feb 8 19:07:56 2001
-@@ -1,4 +1,5 @@
- /* this is the new fillM 10/92 */
-
-+#include <string.h>
- #include "induct.h"
-
+--- 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>