aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xmove/files/patch-ab
blob: 6e638765b7ba0fb63b3bd025fc7df1eb99542034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
--- xmove/XMOVELib.c.org    Sat Oct 18 22:03:47 1997
+++ xmove/XMOVELib.c    Fri Jan 16 00:25:48 1998
@@ -24,7 +24,7 @@
 
 #include <X11/Xatom.h>
 #include <errno.h>             /* for EINTR, EADDRINUSE, ... */
-#include <malloc.h>
+#include <stdlib.h>
 #include <sys/ioctl.h>
 #ifdef SYSV
 #include <sys/fcntl.h>
--- xmove/externs.h.org Thu Dec  1 22:14:38 1994
+++ xmove/externs.h Fri Jan 16 00:25:48 1998
@@ -20,7 +20,7 @@
 
 #include <sys/time.h>
 #include <sys/socket.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 
 #endif /* EXTERNS_H */
--- xmove/main.c.org    Fri Jan 16 00:24:41 1998
+++ xmove/main.c    Fri Jan 16 00:25:49 1998
@@ -42,7 +42,7 @@
 #include <signal.h>
 #define NEED_REPLIES
 #include <X11/Xproto.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #if defined(DL_W_PRAGMA) || defined(DL_WOUT_PRAGMA)
 #include <dlfcn.h>
--- xmove/move_window.c.org Sun Apr 20 06:21:32 1997
+++ xmove/move_window.c Fri Jan 16 00:25:50 1998
@@ -20,7 +20,7 @@
 #define NEED_REPLIES
 #include <X11/Xproto.h>
 #include <X11/Xatom.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "xmove.h"
 
--- xmove/print11.c.org Mon Jun 30 22:01:43 1997
+++ xmove/print11.c Fri Jan 16 00:25:50 1998
@@ -109,7 +109,7 @@
  *
  */
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <X11/Xatom.h>
 #include "xmove.h"
 
--- xmove/put_image.c.org   Wed Jun 25 05:35:31 1997
+++ xmove/put_image.c   Fri Jan 16 00:25:51 1998
@@ -18,7 +18,7 @@
 /* $XConsortium: XPutImage.c,v 11.60 91/06/07 16:33:38 rws Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1986  */
 
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "xmove.h"
 
--- xmove/server.c.org  Sun Aug  3 21:36:45 1997
+++ xmove/server.c  Fri Jan 16 00:25:51 1998
@@ -40,7 +40,7 @@
 #include <sys/time.h>          /* for struct timeval * */
 #include <errno.h>             /* for EINTR, EADDRINUSE, ... */
 #include <X11/Xproto.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "xmove.h"
 
--- xmovectrl/xmovectrl.h.org   Mon Jan  9 20:02:28 1995
+++ xmovectrl/xmovectrl.h   Fri Jan 16 00:25:52 1998
@@ -54,7 +54,7 @@
 
 #include <sys/time.h>
 #include <sys/socket.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 
 Global int pad P((long n ));