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

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

version 1.12, 1999/12/16 17:02:45 version 1.13, 2000/09/14 13:32:05
Line 66 
Line 66 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)buf.c       8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*-  /*-
  * buf.c --   * buf.c --
  *      Functions for automatically-expanded buffers.   *      Functions for automatically-expanded buffers.
Line 82 
Line 74 
 #include    "sprite.h"  #include    "sprite.h"
 #include    "make.h"  #include    "make.h"
 #include    "buf.h"  #include    "buf.h"
   
   #ifndef lint
   #if 0
   static char sccsid[] = "@(#)buf.c       8.1 (Berkeley) 6/6/93";
   #else
   UNUSED
   static char rcsid[] = "$OpenBSD$";
   #endif
   #endif /* not lint */
   
 /* BufExpand --  /* BufExpand --
  *      Expand the given buffer to hold the given number of additional   *      Expand the given buffer to hold the given number of additional

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