summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/patches/patch-bj
diff options
context:
space:
mode:
authormanu <manu>2011-04-18 16:19:47 +0000
committermanu <manu>2011-04-18 16:19:47 +0000
commit8aaedb3b404264c2ae8a62cab1be4c51d026f630 (patch)
tree74bbeb33f73ca9b2b48a4454036f83fb21c6f861 /filesystems/glusterfs/patches/patch-bj
parenta467db51086082078debdb93a86682bc4fc8eb50 (diff)
downloadpkgsrc-8aaedb3b404264c2ae8a62cab1be4c51d026f630.tar.gz
Update glusterfs to 3.1.4.
Major new features according to http://www.gluster.org/ - Elastic Volume Management - New Gluster Console Manager - Dynamic Storage for the data center and cloud
Diffstat (limited to 'filesystems/glusterfs/patches/patch-bj')
-rw-r--r--filesystems/glusterfs/patches/patch-bj15
1 files changed, 15 insertions, 0 deletions
diff --git a/filesystems/glusterfs/patches/patch-bj b/filesystems/glusterfs/patches/patch-bj
new file mode 100644
index 00000000000..945ab021db4
--- /dev/null
+++ b/filesystems/glusterfs/patches/patch-bj
@@ -0,0 +1,15 @@
+$NetBSD: patch-bj,v 1.1 2011/04/18 16:19:48 manu Exp $
+Make sure NetBSD pulls proper FUSE header
+--- xlators/mount/fuse/src/fuse-bridge.h.orig 2011-04-13 14:32:26.000000000 +0200
++++ xlators/mount/fuse/src/fuse-bridge.h 2011-04-13 14:32:27.000000000 +0200
+@@ -58,9 +58,9 @@
+
+ /* TODO: when supporting posix acl, remove this definition */
+ #define DISABLE_POSIX_ACL
+
+-#ifdef GF_LINUX_HOST_OS
++#if defined(GF_LINUX_HOST_OS) || defined(__NetBSD__)
+ #define FUSE_OP_HIGH (FUSE_POLL + 1)
+ #endif
+ #ifdef GF_DARWIN_HOST_OS
+ #define FUSE_OP_HIGH (FUSE_DESTROY + 1)