summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c
diff options
context:
space:
mode:
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, 17 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c b/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjca.c
new file mode 100644
index 000000000000..37f525bfeb42
--- /dev/null
+++ b/print/ghostscript-gpl/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 ---------------- */
+