summaryrefslogtreecommitdiff
path: root/comms/xtel/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'comms/xtel/patches/patch-ah')
-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>