use appropriate typedefs
Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
0bef57ee44
commit
6f002f984f
@ -11,7 +11,8 @@ static int err;
|
||||
|
||||
static void run_program(void)
|
||||
{
|
||||
int pid = fork(), status;
|
||||
pid_t pid = fork();
|
||||
int status;
|
||||
|
||||
if (pid < 0)
|
||||
die("unable to fork");
|
||||
|
Reference in New Issue
Block a user