]> git.pld-linux.org Git - packages/Xaw3d.git/blame - Xaw3d-ia64.patch
- new Summary.
[packages/Xaw3d.git] / Xaw3d-ia64.patch
CommitLineData
94879352 1--- Xaw3d-1.5/xc/lib/Xaw3d/List.c~ Tue Oct 15 16:41:20 1996
2+++ Xaw3d-1.5/xc/lib/Xaw3d/List.c Mon Jul 24 16:55:29 2000
3@@ -37,6 +37,7 @@
4 */
5
6 #include <stdio.h>
7+#include <stdlib.h>
8 #include <ctype.h>
9
10 #include <X11/IntrinsicP.h>
11--- Xaw3d-1.5/xc/lib/Xaw3d/MultiSink.c~ Tue Oct 15 16:41:20 1996
12+++ Xaw3d-1.5/xc/lib/Xaw3d/MultiSink.c Mon Jul 24 16:58:09 2000
13@@ -81,6 +81,7 @@
14 #include <X11/Xaw3d/TextP.h>
15 #include "XawI18n.h"
16 #include <stdio.h>
17+#include <stdlib.h>
18 #include <ctype.h>
19
20 #ifdef GETLASTPOS
21--- Xaw3d-1.5/xc/lib/Xaw3d/Text.c~ Thu May 14 21:03:24 1998
22+++ Xaw3d-1.5/xc/lib/Xaw3d/Text.c Mon Jul 24 17:00:54 2000
23@@ -71,6 +71,7 @@
24
25 #include <X11/Xfuncs.h>
26 #include <ctype.h> /* for isprint() */
27+#include <stdlib.h> /* for abs() */
28
29 #ifndef MAX_LEN_CT
30 #define MAX_LEN_CT 6 /* for sequence: ESC $ ( A \xx \xx */
31
32
This page took 0.049515 seconds and 4 git commands to generate.