summaryrefslogtreecommitdiff
path: root/math/xgraph/files/patch-ps.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-05-13 19:36:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-05-13 19:36:51 +0000
commit36212b99fc20b0661e77e17f89a95b702f21eace (patch)
tree7e9bb044e79364cec7a4c2a7dde88c47ae69b91f /math/xgraph/files/patch-ps.c
parentPrevent collision on getline(3) (diff)
Prevent collision with getline(3)
While here regen patches
Diffstat (limited to 'math/xgraph/files/patch-ps.c')
-rw-r--r--math/xgraph/files/patch-ps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xgraph/files/patch-ps.c b/math/xgraph/files/patch-ps.c
index a6f6313886be..258a6144fa27 100644
--- a/math/xgraph/files/patch-ps.c
+++ b/math/xgraph/files/patch-ps.c
@@ -1,6 +1,6 @@
---- ps.c.orig Thu Jul 17 03:40:40 1997
-+++ ps.c Fri Dec 10 03:11:36 1999
-@@ -57,7 +57,6 @@
+--- ps.c.orig 2000-08-02 21:17:34 UTC
++++ ps.c
+@@ -59,7 +59,6 @@
#define PS(str) OUT(psFile, str)
#define PSU(str) OUT(ui->psFile, str)
#define IY(val) (ui->height_devs - val)