summaryrefslogtreecommitdiff
path: root/math/xplot/files/patch-aa
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2004-02-02 02:07:35 +0000
committerBill Fenner <fenner@FreeBSD.org>2004-02-02 02:07:35 +0000
commitc817fa8a14287aa552af9ff62c5c3e7b7d196399 (patch)
tree13e38ffcb55b5dff8f562c2ec0d406400b505c34 /math/xplot/files/patch-aa
parentThese files were left out of the previous checkin by mistake. (diff)
Upgrade to 0.90.7.1, which contains the patches from the port and
fixes building using gcc-3.3.
Notes
Notes: svn path=/head/; revision=99774
Diffstat (limited to 'math/xplot/files/patch-aa')
-rw-r--r--math/xplot/files/patch-aa55
1 files changed, 0 insertions, 55 deletions
diff --git a/math/xplot/files/patch-aa b/math/xplot/files/patch-aa
deleted file mode 100644
index 4e324d47a478..000000000000
--- a/math/xplot/files/patch-aa
+++ /dev/null
@@ -1,55 +0,0 @@
---- 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>