summaryrefslogtreecommitdiff
path: root/comms/xtel/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 16:50:26 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 16:50:26 +0000
commit2b82a67a235887c600482ad1a6a3f4762d3754e0 (patch)
tree81cf7fb611d67e8e79ab3b1db1140f808642c6f2 /comms/xtel/patches
parent7ea1d9339e2a57541c26d7df59eca4203047b41f (diff)
downloadpkgsrc-2b82a67a235887c600482ad1a6a3f4762d3754e0.tar.gz
Don't use malloc.h.
Diffstat (limited to 'comms/xtel/patches')
-rw-r--r--comms/xtel/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/xtel/patches/patch-ah b/comms/xtel/patches/patch-ah
new file mode 100644
index 00000000000..24d28356e8d
--- /dev/null
+++ b/comms/xtel/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 16:50:26 joerg Exp $
+
+--- Videotex/Videotex.c.orig 2007-08-08 16:22:41.000000000 +0000
++++ Videotex/Videotex.c
+@@ -22,7 +22,7 @@ static char rcsid[] = "$Id: Videotex.c,v
+ /*
+ * Widget Videotex: VideotexWidgetClass
+ */
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <X11/IntrinsicP.h>
+ #include <X11/StringDefs.h>