diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 11:59:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 11:59:04 +0000 |
commit | de223f9338d36a00d6e27b62c95566da0d9cb7a3 (patch) | |
tree | df91f9ee34ea88f4bbb7a76b03e7c8fb40eb7fca /print/pslib/files/patch-src-pslib.c | |
parent | - Update to 1.12 (diff) |
- Update to 0.3.0
Changelog:
* lots of fixed bugs
* color separation support
* support for different input encodings
* and more
PR: 113987
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=194456
Diffstat (limited to 'print/pslib/files/patch-src-pslib.c')
-rw-r--r-- | print/pslib/files/patch-src-pslib.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/pslib/files/patch-src-pslib.c b/print/pslib/files/patch-src-pslib.c deleted file mode 100644 index 760607578e7b..000000000000 --- a/print/pslib/files/patch-src-pslib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pslib.c.orig Wed Jul 27 15:08:15 2005 -+++ src/pslib.c Fri Jul 29 01:56:04 2005 -@@ -29,6 +29,7 @@ - #include <strings.h> - #include <time.h> - #include <math.h> -+#include <sys/types.h> - #include <sys/select.h> - #include <sys/stat.h> - #ifndef WIN32 |