diff options
Diffstat (limited to 'cad/geda/patches')
-rw-r--r-- | cad/geda/patches/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/geda/patches/patch-ah b/cad/geda/patches/patch-ah new file mode 100644 index 00000000000..2937ca3d065 --- /dev/null +++ b/cad/geda/patches/patch-ah @@ -0,0 +1,11 @@ +$NetBSD: patch-ah,v 1.1 2005/02/03 12:42:01 dmcmahill Exp $ + +--- src/m_file.c.orig 2003-12-08 08:27:28.000000000 +0000 ++++ src/m_file.c 2005-02-03 12:40:16.000000000 +0000 +@@ -21,5 +21,5 @@ + + #include <gtk/gtk.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <stdio.h> + #include <string.h> |