On Thursday 28 February 2008 16:36, Johannes Schindelin wrote: > On Wed, 27 Feb 2008, Johannes Sixt wrote: > > - cmd->pid = spawnvpe(_P_NOWAIT, cmd->argv[0], cmd->argv, (const char**)env); > > + cmd->pid = mingw_spawnvpe(cmd->argv[0], cmd->argv, env); > > Should this not be "#define spawnvpe mingw_spanvpe" in git-compat-util.h > instead? No. We don't mimic the API of the original spawnvpe. Why obfuscate this fact? -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html