diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-14 21:27:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-14 21:27:29 +0000 |
commit | f5e7fb8ea0722ecbf72efab72d0e3af7042efba4 (patch) | |
tree | cc6db90b73815dcc6a07190a415a34e2c5dc12b3 | |
parent | 7cb595fc604d1d041f0973be7319b8ee4a34a055 (diff) | |
download | gunmake-f5e7fb8ea0722ecbf72efab72d0e3af7042efba4.tar.gz |
Formerly job.h.~6~
-rw-r--r-- | job.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 `-'. */ |