summaryrefslogtreecommitdiff
path: root/math/xplot/files/patch-aa
blob: b816568c25b3fe34f09a968e1ea39a6cddf02170 (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
--- double.c.orig	Fri Dec  6 07:40:20 1996
+++ double.c	Mon Mar  3 11:41:30 1997
@@ -32,7 +32,7 @@
 */
 #include <X11/Xos.h>
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include "xplot.h"
 #include "coord.h"
--- dtime.c.orig	Fri Dec  6 07:40:21 1996
+++ dtime.c	Mon Mar  3 11:41:30 1997
@@ -32,7 +32,7 @@
 */
 #include <X11/Xos.h>
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include "xplot.h"
 #include "coord.h"
--- signed.c.orig	Thu Mar 23 18:17:51 1995
+++ signed.c	Mon Mar  3 11:41:30 1997
@@ -32,7 +32,7 @@
 */
 #include <X11/Xos.h>
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include "xplot.h"
 #include "coord.h"
--- timeval.c.orig	Fri Jun 28 12:41:21 1996
+++ timeval.c	Mon Mar  3 11:41:31 1997
@@ -32,7 +32,7 @@
 */
 #include <X11/Xos.h>
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <ctype.h>
 #include "xplot.h"
--- unsigned.c.orig	Wed Dec  4 13:35:14 1996
+++ unsigned.c	Mon Mar  3 11:41:31 1997
@@ -32,7 +32,7 @@
 */
 #include <X11/Xos.h>
 #include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "xplot.h"
 #include "coord.h"
 #include <stdio.h>
--- xplot.c.orig	Wed Jan 22 09:38:48 1997
+++ xplot.c	Mon Mar  3 11:41:31 1997
@@ -46,7 +46,7 @@
 #include <X11/cursorfont.h>
 #include <math.h>
 #include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "xplot.h"
 #include "coord.h"