diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-06 11:08:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-06 11:08:50 +0000 |
commit | ad821e691f62276f5035e98827fbf8720769fd3e (patch) | |
tree | aa774bfe679ce9ed36aebe581d8925a6843541ce /editors/gedit/patches | |
parent | a2bcfe3a58ae2e6bd5cdcae21c9b2a933004e0b9 (diff) | |
download | pkgsrc-ad821e691f62276f5035e98827fbf8720769fd3e.tar.gz |
Reorder includes: sys/types.h before sys/mman.h for DragonFly.
Diffstat (limited to 'editors/gedit/patches')
-rw-r--r-- | editors/gedit/patches/patch-aa | 14 | ||||
-rw-r--r-- | editors/gedit/patches/patch-ab | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa new file mode 100644 index 00000000000..505c0e4cdc0 --- /dev/null +++ b/editors/gedit/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.6 2006/05/06 11:08:50 joerg Exp $ + +--- gedit/gedit-document-loader.c.orig 2006-05-06 10:10:17.000000000 +0000 ++++ gedit/gedit-document-loader.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> 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> |