* 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

@ -1,3 +1,7 @@
2002-05-29 Christopher Faylor <cgf@redhat.com>
* mount.cc (main): Make -b the default.
2002-05-29 Corinna Vinschen <corinna@vinschen.de>
* ps.cc (main): Use uid or uid32 member of struct external_pinfo

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
{