summaryrefslogtreecommitdiffstats
path: root/devel/gvfs/files/patch-client_gvfsfusedaemon.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-26 00:16:01 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-26 00:16:01 +0800
commit123ad68c74636befa6385e37e663b1dd1268e252 (patch)
tree3d3478a6f66346ecd4cb8082a345c9067e3e67b6 /devel/gvfs/files/patch-client_gvfsfusedaemon.c
parent29f1d40c04e9efe39c8fc38a135d028b954593fd (diff)
downloadmarcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.tar
marcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.tar.gz
marcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.tar.bz2
marcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.tar.lz
marcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.tar.xz
marcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.tar.zst
marcuscom-ports-123ad68c74636befa6385e37e663b1dd1268e252.zip
Update to 1.20.2.
+ https://bugzilla.gnome.org/show_bug.cgi?id=722411 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19686 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/files/patch-client_gvfsfusedaemon.c')
-rw-r--r--devel/gvfs/files/patch-client_gvfsfusedaemon.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gvfs/files/patch-client_gvfsfusedaemon.c b/devel/gvfs/files/patch-client_gvfsfusedaemon.c
new file mode 100644
index 000000000..0d9c69189
--- /dev/null
+++ b/devel/gvfs/files/patch-client_gvfsfusedaemon.c
@@ -0,0 +1,12 @@
+--- client/gvfsfusedaemon.c.orig 2012-05-15 20:01:49.000000000 +0200
++++ client/gvfsfusedaemon.c 2012-05-31 14:00:26.000000000 +0200
+@@ -2361,7 +2361,9 @@
+ subthread = g_thread_new ("gvfs-fuse-sub", (GThreadFunc) subthread_main, NULL);
+
+ /* Indicate O_TRUNC support for open() */
++#ifdef FUSE_CAP_ATOMIC_O_TRUNC
+ conn->want |= FUSE_CAP_ATOMIC_O_TRUNC;
++#endif
+
+ return NULL;
+ }