Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-30 07:42:19 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-30 07:42:19 +0400
commitb050246c003ba68ad214b95720eaee6b227d8e2a (patch)
tree2e9aae29771ae9ff040d868f564a17875995e9fa /winsup/utils
parentd4000bc4c618fedc74e3e22b78fed16f813e968e (diff)
* mount.cc (main): Make -b the default.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/mount.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 9fb1ba600..7d8f2b193 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -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
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc
index fca6a355c..62c50ebbe 100644
--- a/winsup/utils/mount.cc
+++ b/winsup/utils/mount.cc
@@ -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
{