diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 03af2187bd388708aa7234d923ec38192b6fc7a2 (patch) | |
tree | 7ce23e0d0c750d353ac0da5306ba035076e0adf0 /print/libgnomeprint/files/patch-ac | |
parent | dd85694bb4fdd0d68574a5b609e8e026c8a16a4e (diff) |
Notes
Diffstat (limited to 'print/libgnomeprint/files/patch-ac')
-rw-r--r-- | print/libgnomeprint/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-ac b/print/libgnomeprint/files/patch-ac new file mode 100644 index 000000000000..a299a643f671 --- /dev/null +++ b/print/libgnomeprint/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> |