diff options
Diffstat (limited to 'editors/gedit/patches/patch-ab')
-rw-r--r-- | editors/gedit/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/gedit/patches/patch-ab b/editors/gedit/patches/patch-ab new file mode 100644 index 00000000000..ec72c6a2165 --- /dev/null +++ b/editors/gedit/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2006/05/06 11:08:50 joerg Exp $ + +--- gedit/gedit-document-saver.c.orig 2006-05-06 10:16:41.000000000 +0000 ++++ gedit/gedit-document-saver.c +@@ -32,8 +32,8 @@ + #include <config.h> + #endif + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <string.h> |