blob: a626b713c7a2755de0c2de2cd29610d166a52db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ac,v 1.2 2009/05/26 19:21:45 wiz Exp $
http://bugzilla.gnome.org/show_bug.cgi?id=583927
--- 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>
|