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/ghostscript-gpl/files/patch-lips:gdevlprn.h | |
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/ghostscript-gpl/files/patch-lips:gdevlprn.h')
-rw-r--r-- | print/ghostscript-gpl/files/patch-lips:gdevlprn.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-lips:gdevlprn.h b/print/ghostscript-gpl/files/patch-lips:gdevlprn.h new file mode 100644 index 000000000000..f8169e113db7 --- /dev/null +++ b/print/ghostscript-gpl/files/patch-lips:gdevlprn.h @@ -0,0 +1,11 @@ +--- lips/gdevlprn.h.orig Thu Nov 2 12:09:18 2000 ++++ lips/gdevlprn.h Sun Nov 10 21:11:22 2002 +@@ -29,7 +29,7 @@ + #include "gdevprn.h" + + #define lprn_dev_proc_image_out(proc)\ +- void proc(P6(gx_device_printer *, FILE *, int, int, int, int)) ++ void proc(gx_device_printer *, FILE *, int, int, int, int) + + #define dev_proc_image_out(proc) lprn_dev_proc_image_out(proc) + |