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

Diff for /src/usr.bin/make/Attic/util.c between version 1.12 and 1.13

version 1.12, 2000/06/23 16:39:45 version 1.13, 2000/09/14 13:32:08
Line 5 
Line 5 
  * Missing stuff from OS's   * Missing stuff from OS's
  */   */
   
 #ifndef lint  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
   
 #include <stdio.h>  #include <stdio.h>
 #include "make.h"  #include "make.h"
 #include <sys/param.h>  #include <sys/param.h>
   
   #ifndef lint
   UNUSED
   static char rcsid[] = "$OpenBSD$";
   #endif
   
 #ifndef __STDC__  #ifndef __STDC__
 # ifndef const  # ifndef const

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13