summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-29 16:00:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-29 16:00:42 +0800
commit64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8 (patch)
tree39935e4faeb3e4e6e76a60b5e6352e31ef1c95ec /devel/libgsf/files/patch-gsf_gsf-shared-memory.c
parentde2f3ade2cd062f8a2ac673ef312f81b09ef69cc (diff)
downloadmarcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.gz
marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.zst
marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.zip
Update to 1.11.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3148 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/files/patch-gsf_gsf-shared-memory.c')
-rw-r--r--devel/libgsf/files/patch-gsf_gsf-shared-memory.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
new file mode 100644
index 000000000..03f4e6379
--- /dev/null
+++ b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
@@ -0,0 +1,10 @@
+--- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002
++++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002
+@@ -21,6 +21,7 @@
+ #include <gsf-config.h>
+ #include <gsf/gsf-shared-memory.h>
+ #include <gsf/gsf-impl-utils.h>
++#include <sys/types.h>
+
+ #ifdef HAVE_MMAP
+ #include <sys/mman.h>