aboutsummaryrefslogtreecommitdiff
path: root/lib/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mount.c')
-rw-r--r--lib/mount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mount.c b/lib/mount.c
index 2f7e068..2150189 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -481,7 +481,6 @@ static int fuse_mount_sys(const char *mnt, struct mount_opts *mo,
goto out_close;
}
-#ifndef __NetBSD__
#ifndef IGNORE_MTAB
if (geteuid() == 0) {
char *newmnt = fuse_mnt_resolve_path("fuse", mnt);
@@ -496,7 +495,6 @@ static int fuse_mount_sys(const char *mnt, struct mount_opts *mo,
goto out_umount;
}
#endif /* IGNORE_MTAB */
-#endif /* __NetBSD__ */
free(type);
free(source);