$OpenBSD: patch-usmb_c,v 1.2 2017/05/18 21:27:47 espie Exp $
Index: usmb.c
--- usmb.c.orig
+++ usmb.c
@@ -315,8 +315,8 @@ int main (int argc, char **argv)
 
   if (umount)
   {
-    execlp ("fusermount", "fusermount", "-u", mountpoint, NULL);
-    perror ("Failed to execute fusermount");
+    execlp ("umount", "umount", mountpoint, NULL);
+    perror ("Failed to execute umount");
   }
 
   else if (create_share_name (server, sharename) && get_context())
