From 5459e87fe6515c421186851c1e71773154bcd7e2 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 3 Aug 2017 17:19:22 +0200 Subject: 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. --- include/fuse_lowlevel.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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; -- cgit v1.2.3