Split PATH into parts in advance, and pass the result to the new spawnvppe_pipe.

This commit is contained in:
Johannes Sixt
2007-01-16 14:58:49 +01:00
parent 23960ed3c3
commit 5f38ff014e
2 changed files with 73 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
int spawnvppe_pipe(const char *cmd, const char **argv, const char **env, char **path, int pin[], int pout[]);
int spawnvpe_pipe(const char *cmd, const char **argv, const char **env, int pin[], int pout[]);
const char **copy_environ();
const char **copy_env(const char **env);