- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of

preserved Cygwin environment variables; from Corinna Vinschen
This commit is contained in:
Damien Miller 2012-02-14 06:38:36 +11:00
parent db854559be
commit 7b7901c330
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
20120214
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
preserved Cygwin environment variables; from Corinna Vinschen
20120211
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2012/01/05 00:16:56

View File

@ -76,6 +76,7 @@ static struct wenv {
{ NL("OS=") },
{ NL("PATH=") },
{ NL("PATHEXT=") },
{ NL("PROGRAMFILES=") },
{ NL("SYSTEMDRIVE=") },
{ NL("SYSTEMROOT=") },
{ NL("WINDIR=") }