diff options
Diffstat (limited to 'cad/fasthenry/patches/patch-at')
-rw-r--r-- | cad/fasthenry/patches/patch-at | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-at b/cad/fasthenry/patches/patch-at new file mode 100644 index 00000000000..ebd060a331a --- /dev/null +++ b/cad/fasthenry/patches/patch-at @@ -0,0 +1,13 @@ +$NetBSD: patch-at,v 1.1 2004/05/07 01:44:45 danw Exp $ + +--- src/fasthenry/contact.c.orig Sun May 2 21:40:25 2004 ++++ src/fasthenry/contact.c +@@ -11,7 +11,7 @@ + #include <stdio.h> + #include <ctype.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <math.h> + #include "induct.h" + |