[BACK]Return to job.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/job.h between version 1.3 and 1.4

version 1.3, 1996/11/30 21:08:57 version 1.4, 1997/06/15 21:29:23
Line 49 
Line 49 
 #ifndef _JOB_H_  #ifndef _JOB_H_
 #define _JOB_H_  #define _JOB_H_
   
 #define TMPPAT  "/tmp/makeXXXXX"  #define TMPPAT  "/tmp/makeXXXXXXXXXX"
   
 /*  /*
  * The SEL_ constants determine the maximum amount of time spent in select   * The SEL_ constants determine the maximum amount of time spent in select
Line 130 
Line 130 
         }           o_pipe;         /* data used when catching the output via          }           o_pipe;         /* data used when catching the output via
                                      * a pipe */                                       * a pipe */
         struct {          struct {
             char        of_outFile[sizeof(TMPPAT)+2];              char        of_outFile[sizeof(TMPPAT)];
                                         /* Name of file to which shell output                                          /* Name of file to which shell output
                                          * was rerouted */                                           * was rerouted */
             int         of_outFd;       /* Stream open to the output              int         of_outFd;       /* Stream open to the output

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4