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>2006-01-08 23:10:51 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-08 23:10:51 +0300
commit3e45d281b3104c07b81579389dba0321edbf146d (patch)
tree9b0b0691d7faebc1cc23c9ae782ea734035c0bf7 /winsup/cygwin/environ.cc
parentb5c8e3312036d054998bad8fdb1f35ba9e7ff2c1 (diff)
* environ.cc (spenvs[]): windir -> WINDIR.
Diffstat (limited to 'winsup/cygwin/environ.cc')
-rw-r--r--winsup/cygwin/environ.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc
index 6658fd5dc..952dea544 100644
--- a/winsup/cygwin/environ.cc
+++ b/winsup/cygwin/environ.cc
@@ -889,7 +889,7 @@ static NO_COPY spenv spenvs[] =
{NL ("USERDOMAIN="), false, false, &cygheap_user::env_domain},
{NL ("USERNAME="), false, false, &cygheap_user::env_name},
{NL ("USERPROFILE="), false, false, &cygheap_user::env_userprofile},
- {NL ("windir="), true, true, &cygheap_user::env_systemroot}
+ {NL ("WINDIR="), true, true, &cygheap_user::env_systemroot}
};
char *