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:
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r--winsup/utils/mount.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc
index c502be34a..0995f3462 100644
--- a/winsup/utils/mount.cc
+++ b/winsup/utils/mount.cc
@@ -240,14 +240,14 @@ static void
print_version ()
{
printf ("mount (cygwin) %d.%d.%d\n"
- "Mount filesystem utility\n"
- "Copyright (C) 1996 - %s Red Hat, Inc.\n"
- "This is free software; see the source for copying conditions. There is NO\n"
+ "Mount filesystem utility\n"
+ "Copyright (C) 1996 - %s Red Hat, Inc.\n"
+ "This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
- CYGWIN_VERSION_DLL_MAJOR / 1000,
- CYGWIN_VERSION_DLL_MAJOR % 1000,
- CYGWIN_VERSION_DLL_MINOR,
- strrchr (__DATE__, ' ') + 1);
+ CYGWIN_VERSION_DLL_MAJOR / 1000,
+ CYGWIN_VERSION_DLL_MAJOR % 1000,
+ CYGWIN_VERSION_DLL_MINOR,
+ strrchr (__DATE__, ' ') + 1);
}
static char *
@@ -366,7 +366,7 @@ main (int argc, char **argv)
break;
case saw_mount_all:
if (optind <= argc)
- usage ();
+ usage ();
do_mount_from_fstab (NULL);
break;
default:
@@ -436,7 +436,7 @@ mount_entries (void)
{
char *noumount;
if ((noumount = strstr (p->mnt_opts, ",noumount")))
- {
+ {
char dirname[NT_MAX_PATH];
char opts[strlen (p->mnt_opts) + 1];
@@ -456,7 +456,7 @@ mount_entries (void)
}
}
endmntent (m);
-
+
exit(0);
}