aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Baptiste Daroussin <bapt@FreeBSD.org>2017-08-03 14:37:07 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-03 16:40:36 +0200
commit8f3c800e151d8d8844d851344f85f6baa3ac2d8f (patch)
tree2b44be2afc5006799c591fcdd019527331637678 /include
parent91ab3b53a30719e34ab05036c8421236ff92d09c (diff)
FreeBSD: supprt fsname= option
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 8e036f5..f356804 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1727,7 +1727,11 @@ struct fuse_cmdline_opts {
int singlethread;
int foreground;
int debug;
+#ifdef __FreeBSD__
+ int fsname;
+#else
int nodefault_subtype;
+#endif
char *mountpoint;
int show_version;
int show_help;