diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-27 15:41:29 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-27 15:41:29 +0000 |
commit | 7d2af463d9eb32cd6c5130ad3dd686aad067e752 (patch) | |
tree | 511c0f89e524b3508d15873dc302f5504fda31a5 /print/ghostscript7/files | |
parent | Eplaser update to 3.0.6. (diff) |
Eplaser update to 3.0.6.
PR: ports-jp/13600
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes:
svn path=/head/; revision=77537
Diffstat (limited to 'print/ghostscript7/files')
-rw-r--r-- | print/ghostscript7/files/patch-eplaser:gdevescv.c | 5 | ||||
-rw-r--r-- | print/ghostscript7/files/patch-eplaser:gdevesmv.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/print/ghostscript7/files/patch-eplaser:gdevescv.c b/print/ghostscript7/files/patch-eplaser:gdevescv.c index dbc3f4a109a9..6168d5b7da61 100644 --- a/print/ghostscript7/files/patch-eplaser:gdevescv.c +++ b/print/ghostscript7/files/patch-eplaser:gdevescv.c @@ -1,15 +1,14 @@ --- eplaser/gdevescv.c.orig Fri Dec 21 15:50:22 2001 +++ eplaser/gdevescv.c Sat Apr 27 13:45:53 2002 -@@ -37,8 +37,7 @@ +@@ -37,8 +37,6 @@ */ -#include <stdlib.h> -#include <unistd.h> -+#include <string.h> + #include <string.h> #include "math_.h" - #include "gx.h" @@ -1760,13 +1759,13 @@ /* Process the next piece of an image. */ diff --git a/print/ghostscript7/files/patch-eplaser:gdevesmv.c b/print/ghostscript7/files/patch-eplaser:gdevesmv.c index bce92ff8358c..0d5ba3b0db97 100644 --- a/print/ghostscript7/files/patch-eplaser:gdevesmv.c +++ b/print/ghostscript7/files/patch-eplaser:gdevesmv.c @@ -1,15 +1,14 @@ --- eplaser/gdevesmv.c.orig Fri Dec 14 10:50:14 2001 +++ eplaser/gdevesmv.c Sat Apr 27 13:46:31 2002 -@@ -34,8 +34,7 @@ +@@ -34,8 +34,6 @@ */ -#include <stdlib.h> -#include <unistd.h> -+#include <string.h> + #include <string.h> #include "math_.h" - #include "gx.h" @@ -1799,13 +1798,13 @@ /* Process the next piece of an image. */ |