merge from gcc

This commit is contained in:
DJ Delorie
2006-06-02 15:37:03 +00:00
parent 351ff01ac5
commit 7741be99dd
2 changed files with 6 additions and 1 deletions

View File

@ -415,7 +415,7 @@ pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable,
}
if (env)
environ = env;
environ = (char**) env;
if ((flags & PEX_SEARCH) != 0)
{