Formerly job.h.~6~
authorRoland McGrath <roland@redhat.com>
Thu, 14 Oct 1993 21:27:29 +0000 (21:27 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 14 Oct 1993 21:27:29 +0000 (21:27 +0000)
job.h

diff --git a/job.h b/job.h
index a3065d2..1d966d0 100644 (file)
--- 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 `-'.  */