aboutsummaryrefslogtreecommitdiff
path: root/lib/mount.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-25 21:06:14 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-28 14:43:44 -0700
commit695e45a4de50a9164766a7d73656b1afc9244a56 (patch)
treea926fe5a69ff606e9afb72bdfce7c30a7839c257 /lib/mount.c
parent3475bc3b5a5ee0fd1fd867e2af8804c9d93c3bd4 (diff)
Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3
Diffstat (limited to 'lib/mount.c')
-rw-r--r--lib/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mount.c b/lib/mount.c
index bb13c30..5bd2858 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -40,7 +40,7 @@
#define umount2(mnt, flags) unmount(mnt, (flags == 2) ? MNT_FORCE : 0)
#endif
-#define FUSERMOUNT_PROG "fusermount"
+#define FUSERMOUNT_PROG "fusermount3"
#define FUSE_COMMFD_ENV "_FUSE_COMMFD"
#ifndef HAVE_FORK