Deleted Added
full compact
bsd-cygwin_util.c (226046) bsd-cygwin_util.c (240075)
1/*
2 * Copyright (c) 2000, 2001, 2011 Corinna Vinschen <vinschen@redhat.com>
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 62 unchanged lines hidden (view full) ---

71} wenv_arr[] = {
72 { NL("ALLUSERSPROFILE=") },
73 { NL("COMPUTERNAME=") },
74 { NL("COMSPEC=") },
75 { NL("CYGWIN=") },
76 { NL("OS=") },
77 { NL("PATH=") },
78 { NL("PATHEXT=") },
1/*
2 * Copyright (c) 2000, 2001, 2011 Corinna Vinschen <vinschen@redhat.com>
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 62 unchanged lines hidden (view full) ---

71} wenv_arr[] = {
72 { NL("ALLUSERSPROFILE=") },
73 { NL("COMPUTERNAME=") },
74 { NL("COMSPEC=") },
75 { NL("CYGWIN=") },
76 { NL("OS=") },
77 { NL("PATH=") },
78 { NL("PATHEXT=") },
79 { NL("PROGRAMFILES=") },
79 { NL("SYSTEMDRIVE=") },
80 { NL("SYSTEMROOT=") },
81 { NL("WINDIR=") }
82};
83
84char **
85fetch_windows_environment(void)
86{

--- 21 unchanged lines hidden ---
80 { NL("SYSTEMDRIVE=") },
81 { NL("SYSTEMROOT=") },
82 { NL("WINDIR=") }
83};
84
85char **
86fetch_windows_environment(void)
87{

--- 21 unchanged lines hidden ---