summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-14 21:27:29 +0000
committerRoland McGrath <roland@redhat.com>1993-10-14 21:27:29 +0000
commitf5e7fb8ea0722ecbf72efab72d0e3af7042efba4 (patch)
treecc6db90b73815dcc6a07190a415a34e2c5dc12b3 /job.h
parent7cb595fc604d1d041f0973be7319b8ee4a34a055 (diff)
downloadgunmake-f5e7fb8ea0722ecbf72efab72d0e3af7042efba4.tar.gz
Formerly job.h.~6~
Diffstat (limited to 'job.h')
-rw-r--r--job.h2
1 files changed, 1 insertions, 1 deletions
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 `-'. */