mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 07:51:35 +08:00
* mount.cc (main): Make -b the default.
This commit is contained in:
parent
d4000bc4c6
commit
b050246c00
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user