diff options
Diffstat (limited to 'mail/faces/patches/patch-bc')
-rw-r--r-- | mail/faces/patches/patch-bc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/faces/patches/patch-bc b/mail/faces/patches/patch-bc deleted file mode 100644 index c67632ac882..00000000000 --- a/mail/faces/patches/patch-bc +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-bc,v 1.1 2005/03/12 12:53:56 schwarz Exp $ - ---- xface/xface.c.orig 2005-03-09 21:54:30.000000000 +0100 -+++ xface/xface.c 2005-03-09 21:54:55.000000000 +0100 -@@ -20,6 +20,11 @@ - #include <X11/Xlib.h> - #include <X11/Xutil.h> - -+#ifdef __sgi -+/* for calloc(), malloc(), realloc() */ -+#include <stdlib.h> -+#endif -+ - #include "xface.h" - - static char empty_bits[(WIDTH/8) * HEIGHT]; |