View | Details | Raw Unified | Return to bug 267726 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/gvfs/files/patch-client_gvfsfusedaemon.c (-5 / +5 lines)
Lines 1-6 Link Here
1
--- client/gvfsfusedaemon.c.orig	2012-05-15 20:01:49.000000000 +0200
1
--- client/gvfsfusedaemon.c.orig	2022-05-26 07:55:28 UTC
2
+++ client/gvfsfusedaemon.c	2012-05-31 14:00:26.000000000 +0200
2
+++ client/gvfsfusedaemon.c
3
@@ -2361,7 +2361,9 @@
3
@@ -2467,7 +2467,9 @@ vfs_init (struct fuse_conn_info *conn, struct fuse_con
4
   subthread = g_thread_new ("gvfs-fuse-sub", (GThreadFunc) subthread_main, NULL);
4
   subthread = g_thread_new ("gvfs-fuse-sub", (GThreadFunc) subthread_main, NULL);
5
 
5
 
6
   /* Indicate O_TRUNC support for open() */
6
   /* Indicate O_TRUNC support for open() */
Lines 8-12 Link Here
8
   conn->want |= FUSE_CAP_ATOMIC_O_TRUNC;
8
   conn->want |= FUSE_CAP_ATOMIC_O_TRUNC;
9
+#endif
9
+#endif
10
 
10
 
11
   return NULL;
11
   /* Prevent out-of-order readahead */
12
 }
12
   conn->want &= ~FUSE_CAP_ASYNC_READ;
(-)b/devel/gvfs/files/patch-daemon_gvfswritechannel.c (-5 / +4 lines)
Lines 1-8 Link Here
1
--- daemon/gvfswritechannel.c.orig	2007-12-22 18:50:10.000000000 -0500
1
--- daemon/gvfswritechannel.c.orig	2022-05-26 07:55:28 UTC
2
+++ daemon/gvfswritechannel.c	2007-12-22 18:50:20.000000000 -0500
2
+++ daemon/gvfswritechannel.c
3
@@ -30,6 +30,7 @@
3
@@ -29,6 +29,7 @@
4
 #include <sys/socket.h>
4
 #include <sys/un.h>
5
 #include <sys/un.h>
5
 #include <unistd.h>
6
 #include <fcntl.h>
6
 #include <fcntl.h>
7
+#include <string.h>
7
+#include <string.h>
8
 
8
 
9
- 

Return to bug 267726