diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-16 02:14:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-16 02:14:14 +0800 |
commit | c09003137161a9d9b05e8043d91b7b49c5a7f245 (patch) | |
tree | 0f169c13ed8dec0e879a96948ec4e5175a2a0c93 /devel/gvfs/files/patch-daemon_gvfswritechannel.c | |
parent | 9b0899aae1a044194c3e0cb7118c9cf12397806a (diff) | |
download | marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.tar marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.tar.gz marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.tar.bz2 marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.tar.lz marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.tar.xz marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.tar.zst marcuscom-ports-c09003137161a9d9b05e8043d91b7b49c5a7f245.zip |
Update to 1.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12375 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/files/patch-daemon_gvfswritechannel.c')
-rw-r--r-- | devel/gvfs/files/patch-daemon_gvfswritechannel.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gvfs/files/patch-daemon_gvfswritechannel.c b/devel/gvfs/files/patch-daemon_gvfswritechannel.c new file mode 100644 index 000000000..54c421687 --- /dev/null +++ b/devel/gvfs/files/patch-daemon_gvfswritechannel.c @@ -0,0 +1,10 @@ +--- daemon/gvfswritechannel.c.orig 2007-12-22 18:50:10.000000000 -0500 ++++ daemon/gvfswritechannel.c 2007-12-22 18:50:20.000000000 -0500 +@@ -30,6 +30,7 @@ + #include <sys/un.h> + #include <unistd.h> + #include <fcntl.h> ++#include <string.h> + + #include <glib.h> + #include <glib-object.h> |