diff options
Diffstat (limited to 'print/gnomeprint/files/patch-ac')
-rw-r--r-- | print/gnomeprint/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print/gnomeprint/files/patch-ac b/print/gnomeprint/files/patch-ac new file mode 100644 index 0000000..a299a64 --- /dev/null +++ b/print/gnomeprint/files/patch-ac @@ -0,0 +1,8 @@ +--- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 ++++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 +@@ -6,4 +6,4 @@ + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> |