diff options
Diffstat (limited to 'x11-fonts/gfe/files/patch-src_bdf.c')
-rw-r--r-- | x11-fonts/gfe/files/patch-src_bdf.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-fonts/gfe/files/patch-src_bdf.c b/x11-fonts/gfe/files/patch-src_bdf.c new file mode 100644 index 000000000000..5b41e3abebee --- /dev/null +++ b/x11-fonts/gfe/files/patch-src_bdf.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- src/bdf.c.orig Tue Jun 27 12:36:09 2000 ++++ src/bdf.c Sat Nov 30 02:04:14 2002 +@@ -18,7 +18,8 @@ + #include <gtk/gtk.h> + + #include <ctype.h> +-#include <malloc.h> ++#include <stdlib.h> ++#include <string.h> + + #include "auxil.h" + #include "bdf.h" |