mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
This changes the prototypes to match http://www.opengroup.org/onlinepubs/7990989775/xsh/exec.html Note, spawnvpe uses a different type for argv and envp than execve. So at some point we need to cast. This commit shifts the cast into the compat functions. From the outside, execve and execvp match Posix. Signed-off-by: Steffen Prohaska <prohaska@zib.de>