diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2013-10-04 10:17:09 +0200 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-10-04 17:05:03 -0700 |
commit | 8c1f5cffea19c2119be7c55c79325a5d6324faa2 (patch) | |
tree | 6b2795ea6debb70350c128deb2a46834b9eb1bb7 /xlators/mount | |
parent | d9db4a8ff300012eee87f31d73e303862d2de9b6 (diff) |
Fix build on NetBSD-current
BUG: 764655
Change-Id: I2aaec9de617b0616525ad30f82ac6f75a6446d33
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.org/6036
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mount')
-rw-r--r-- | xlators/mount/fuse/src/fuse-helpers.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mount/fuse/src/fuse-helpers.c b/xlators/mount/fuse/src/fuse-helpers.c index c5c04044eac..4d478b919f2 100644 --- a/xlators/mount/fuse/src/fuse-helpers.c +++ b/xlators/mount/fuse/src/fuse-helpers.c @@ -7,6 +7,10 @@ later), or the GNU General Public License, version 2 (GPLv2), in all cases as published by the Free Software Foundation. */ +#ifdef __NetBSD__ +#define _KMEMUSER +#endif + #include "fuse-bridge.h" #if defined(GF_SOLARIS_HOST_OS) #include <sys/procfs.h> |