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

Diff for /src/usr.bin/cvs/buf.c between version 1.59 and 1.60

version 1.59, 2007/02/21 04:18:45 version 1.60, 2007/02/22 06:42:09
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   
   #include <errno.h>
   #include <fcntl.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "buf.h"  #include "buf.h"
 #include "log.h"  
 #include "xmalloc.h"  
 #include "worklist.h"  
   
 #define BUF_INCR        128  #define BUF_INCR        128
   

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60