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

Diff for /src/usr.bin/cvs/diff_internals.c between version 1.3 and 1.4

version 1.3, 2006/07/07 17:37:17 version 1.4, 2007/02/22 06:42:09
Line 126 
Line 126 
  *      6n words for files of length n.   *      6n words for files of length n.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   
 #include "buf.h"  #include <ctype.h>
   #include <errno.h>
   #include <regex.h>
   #include <stddef.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  
   
 #include "xmalloc.h"  
   
 struct cand {  struct cand {
         int     x;          int     x;

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