diff options
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r-- | winsup/utils/mount.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc index bdedfa1..47f14be 100644 --- a/winsup/utils/mount.cc +++ b/winsup/utils/mount.cc @@ -109,8 +109,6 @@ do_mount (const char *dev, const char *where, int flags) if (mount (dev, where, flags)) error (where); - - exit (0); } static void |