From a14c0668720dcafde3f60b7659a01d99ec693a41 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 23:33:47 +0000 Subject: Rename math/ patch-xy patches to reflect the files they modify. --- math/xgraph/files/patch-hpgl.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/xgraph/files/patch-hpgl.c (limited to 'math/xgraph/files/patch-hpgl.c') diff --git a/math/xgraph/files/patch-hpgl.c b/math/xgraph/files/patch-hpgl.c new file mode 100644 index 000000000000..7744f6898d87 --- /dev/null +++ b/math/xgraph/files/patch-hpgl.c @@ -0,0 +1,13 @@ +--- 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 ++#include + #include +-#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) ) +-#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) ) + /* char *malloc(); */ + + static void hpglText(); -- cgit v1.2.3