]> git.ipfire.org Git - thirdparty/git.git/commit - compat/mingw.c
mingw: give waitpid the correct signature
authorErik Faye-Lund <kusmabite@gmail.com>
Thu, 8 Dec 2011 19:39:57 +0000 (20:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Dec 2011 18:46:52 +0000 (10:46 -0800)
commit956d86d1c9078eba380eb2530b0ff577a85c2e69
tree7a5748a925bb5e8fa0c21ed392e70e9690eff48c
parenta8d05d72b9fd60fe63f249250dcab2352b7b1984
mingw: give waitpid the correct signature

POSIX says that last parameter to waitpid should be 'int',
so let's make it so.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c
compat/mingw.h