This commit is contained in:
Christopher Faylor 2002-06-16 23:38:50 +00:00
parent e40670ee48
commit 00a9e8a063
1 changed files with 2 additions and 2 deletions

View File

@ -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>