aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-03 17:19:22 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-03 17:21:06 +0200
commit5459e87fe6515c421186851c1e71773154bcd7e2 (patch)
treec990990c62118c4836af7475471423c0b88b9710 /include
parentcbf19044da93e550b559639271c56f5c17c2172f (diff)
Simplify and fix FreeBSD fsname handling
This should simplify the code a lot. It also corrects a bug in that the (former) add_default_fsname() function actually set the -osubtype option.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index f356804..8e036f5 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1727,11 +1727,7 @@ 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;