summaryrefslogtreecommitdiff
path: root/sysutils/gvfs/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gvfs/patches/patch-ac')
-rw-r--r--sysutils/gvfs/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gvfs/patches/patch-ac b/sysutils/gvfs/patches/patch-ac
new file mode 100644
index 00000000000..c97432819ba
--- /dev/null
+++ b/sysutils/gvfs/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2009/03/02 02:00:51 jmcneill Exp $
+
+--- client/gvfsfusedaemon.c.orig 2008-10-20 05:02:26.000000000 -0400
++++ client/gvfsfusedaemon.c
+@@ -26,7 +26,9 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#if !defined(__NetBSD__)
+ #include <sys/vfs.h>
++#endif
+ #include <sys/time.h>
+ #include <unistd.h>
+ #include <stdlib.h>