summaryrefslogtreecommitdiff
path: root/math/xgraph/files
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-08-06 14:50:51 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-08-06 14:50:51 +0000
commit0420e8bf235baef08a01d70a2be7b6942bfcb050 (patch)
treeacb1f6e6a88cd20e8e31afdcf7e83a398ecce93e /math/xgraph/files
parentUpdate to russian apache subversion 29.7. (diff)
update new tarball
Submitted by: bento
Notes
Notes: svn path=/head/; revision=31336
Diffstat (limited to 'math/xgraph/files')
-rw-r--r--math/xgraph/files/patch-ad9
1 files changed, 4 insertions, 5 deletions
diff --git a/math/xgraph/files/patch-ad b/math/xgraph/files/patch-ad
index 1ef0c3d7a482..7744f6898d87 100644
--- a/math/xgraph/files/patch-ad
+++ b/math/xgraph/files/patch-ad
@@ -1,6 +1,6 @@
---- hpgl.c.orig Thu Jul 17 03:40:40 1997
-+++ hpgl.c Fri Dec 10 03:07:38 1999
-@@ -11,10 +11,8 @@
+--- hpgl.c.orig Thu Aug 3 03:31:56 2000
++++ hpgl.c Sun Aug 6 23:45:06 2000
+@@ -13,9 +13,8 @@
#include "xgout.h"
#include "plotter.h"
#include <stdio.h>
@@ -8,7 +8,6 @@
#include <math.h>
-#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) )
-#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) )
--char *malloc();
+ /* char *malloc(); */
static void hpglText();
- static void hpglSeg();