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-06-17 03:38:50 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-17 03:38:50 +0400
commit00a9e8a063300528ce99a7656859f100521d53f3 (patch)
treef8da75a78dd26a60b65d4d83998ecb1191c3842a
parente40670ee488a5dcea90a57efb58ecd04ee39a302 (diff)
reword
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 85b3aae06..bb0c1dc56 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -9,8 +9,8 @@
(setegid32): Ditto.
* environ.cc (spenv::retrieve): (Suggested by Pierre Humblet) Do
potential recalculation of cygheap_user stuff when in setuid mode.
- Return special value when environment variable exists but should not be
- added.
+ Return special value when environment variable should be calculated but
+ not added.
(build_env): Don't add retrieved value to dstp if it is 'dont_add'.
2002-06-16 Christopher Faylor <cgf@redhat.com>