diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:37:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:37:31 +0000 |
commit | 22ce79a5ec50177752f5d80bfa7f24bad1c31960 (patch) | |
tree | f090134a7b14398b671320983acffcd554e94f3f /print/ghostscript8/files/patch-bjc250:src:gdevbjca.c | |
parent | upgrade to 1.0.1 (diff) |
upgrade to 8.00
PR: 46435
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72450
Diffstat (limited to 'print/ghostscript8/files/patch-bjc250:src:gdevbjca.c')
-rw-r--r-- | print/ghostscript8/files/patch-bjc250:src:gdevbjca.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-bjc250:src:gdevbjca.c b/print/ghostscript8/files/patch-bjc250:src:gdevbjca.c new file mode 100644 index 000000000000..37f525bfeb42 --- /dev/null +++ b/print/ghostscript8/files/patch-bjc250:src:gdevbjca.c @@ -0,0 +1,17 @@ +--- 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 ---------------- */ + |