summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-06-03 05:02:53 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-06-03 05:02:53 +0000
commit63ef77c8985497c11e9063ae6975f277dbef0e94 (patch)
tree76e2fabecf1e6d56015d65f1a7de195484690386 /print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c
parentAdd dmxproto as well as dmx since dmx doesn't pull in dmxproto. (diff)
Update to 8.57.
Submitted by: KATO Tsuguru PR: ports/113009
Notes
Notes: svn path=/head/; revision=192618
Diffstat (limited to 'print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c')
-rw-r--r--print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c b/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c
deleted file mode 100644
index 37f525bfeb42..000000000000
--- a/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- bjc250/src/gdevbjca.c.orig Fri Nov 8 06:15:15 2002
-+++ bjc250/src/gdevbjca.c Fri Nov 8 07:47:41 2002
-@@ -46,10 +46,10 @@
- #include <math.h>
- #include <time.h>
-
--private void bjc_put_bytes(P3(FILE *file, const char *data, int count));
--private void bjc_put_hi_lo(P2(FILE *file, int value));
--private void bjc_put_lo_hi(P2(FILE *file, int value));
--private void bjc_put_command(P3(FILE *file, char command, int count));
-+private void bjc_put_bytes(FILE *file, const char *data, int count);
-+private void bjc_put_hi_lo(FILE *file, int value);
-+private void bjc_put_lo_hi(FILE *file, int value);
-+private void bjc_put_command(FILE *file, char command, int count);
-
- /* ---------------- Utilities ---------------- */
-