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

Diff for /src/usr.bin/cvs/diff.c between version 1.85 and 1.86

version 1.85, 2006/03/28 07:17:16 version 1.86, 2006/04/01 20:11:25
Line 134 
Line 134 
 #include "log.h"  #include "log.h"
 #include "proto.h"  #include "proto.h"
   
   #include "xmalloc.h"
   
 struct cand {  struct cand {
         int     x;          int     x;
         int     y;          int     y;

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86