From: Roland McGrath Date: Thu, 14 Oct 1993 21:27:29 +0000 (+0000) Subject: Formerly job.h.~6~ X-Git-Tag: 3.70.2~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5e7fb8ea0722ecbf72efab72d0e3af7042efba4;p=platform%2Fupstream%2Fmake.git Formerly job.h.~6~ --- diff --git a/job.h b/job.h index a3065d2..1d966d0 100644 --- a/job.h +++ b/job.h @@ -29,7 +29,7 @@ struct child unsigned int command_line; /* Index into above. */ char *command_ptr; /* Ptr into command_lines[command_line]. */ - int pid; /* Child process's ID number. */ + pid_t pid; /* Child process's ID number. */ unsigned int remote:1; /* Nonzero if executing remotely. */ unsigned int noerror:1; /* Nonzero if commands contained a `-'. */