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:
authorCorinna Vinschen <corinna@vinschen.de>2008-04-06 13:56:42 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-04-06 13:56:42 +0400
commit93c5415116fd3547ad594ef148ead6b7eff403e3 (patch)
tree6c575492134d9889331cc3f189f7342698f8282f /winsup/cygwin/path.cc
parentac6f159cd79545dc7a31971c95e8809cda2303ca (diff)
* path.cc (struct opt): Rename "system" to "nouser".
* postinsatll: Ditto.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index df6ee380f..e9c4870d0 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -2340,7 +2340,7 @@ struct opt
} oopts[] =
{
{"user", MOUNT_SYSTEM, 1},
- {"system", MOUNT_SYSTEM, 0},
+ {"nouser", MOUNT_SYSTEM, 0},
{"binary", MOUNT_BINARY, 0},
{"text", MOUNT_BINARY, 1},
{"exec", MOUNT_EXEC, 0},