diff options
-rw-r--r-- | x11-fonts/xfed/files/patch-defs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-fonts/xfed/files/patch-defs.h b/x11-fonts/xfed/files/patch-defs.h new file mode 100644 index 0000000..ac845c4 --- /dev/null +++ b/x11-fonts/xfed/files/patch-defs.h @@ -0,0 +1,9 @@ +--- defs.h.orig Sat Dec 14 15:23:10 2002 ++++ defs.h Sat Dec 14 15:24:30 2002 +@@ -1,6 +1,4 @@ + extern int errno; +-extern char *malloc(); +-extern char *realloc(); + + struct box { + int w, h; |