diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/gnome-print/patches/patch-ab b/print/gnome-print/patches/patch-ab new file mode 100644 index 00000000000..4190729fbe2 --- /dev/null +++ b/print/gnome-print/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.5 2001/04/06 22:12:55 rh Exp $ + +--- installer/gf-pfb.c.orig Fri Apr 6 12:38:56 2001 ++++ installer/gf-pfb.c +@@ -4,8 +4,8 @@ + * fixme: We should relly do some parsing here + */ + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> |