summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/patches/patch-bj
blob: 9e799b8a547a8061cd125e333065b0ebc7311008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-bj,v 1.6 2011/09/18 01:36:06 manu Exp $
Make sure NetBSD pulls proper FUSE header
--- xlators/mount/fuse/src/fuse-bridge.h.orig	2011-08-23 14:31:40.000000000 +0200
+++ xlators/mount/fuse/src/fuse-bridge.h	2011-09-17 15:45:29.000000000 +0200
@@ -54,9 +54,9 @@
 
 #include "list.h"
 #include "dict.h"
 
-#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)