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