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

Diff for /src/usr.bin/make/job.c between version 1.34 and 1.35

version 1.34, 2000/06/30 23:26:25 version 1.35, 2000/09/14 13:32:06
Line 39 
Line 39 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)job.c       8.2 (Berkeley) 3/19/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*-  /*-
  * job.c --   * job.c --
  *      handle the creation etc. of our child processes.   *      handle the creation etc. of our child processes.
Line 128 
Line 120 
 # define STATIC static  # define STATIC static
 #endif  #endif
   
   #ifndef lint
   #if 0
   static char sccsid[] = "@(#)job.c       8.2 (Berkeley) 3/19/94";
   #else
   UNUSED
   static char rcsid[] = "$OpenBSD$";
   #endif
   #endif /* not lint */
   
 /*  /*
  * error handling variables   * error handling variables

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35