* mount.cc (main): Make -b the default.

This commit is contained in:
Christopher Faylor
2002-05-30 03:42:19 +00:00
parent d4000bc4c6
commit b050246c00
2 changed files with 5 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ int
main (int argc, char **argv)
{
int i;
int flags = 0;
int flags = MOUNT_BINARY;
int default_flag = MOUNT_SYSTEM;
enum do_what
{