$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)
