[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.74 and 1.75

version 1.74, 2005/12/30 02:03:28 version 1.75, 2006/01/02 08:11:56
Line 126 
Line 126 
  *      6n words for files of length n.   *      6n words for files of length n.
  */   */
   
 #include <sys/stat.h>  #include "includes.h"
   
 #include <ctype.h>  
 #include <dirent.h>  
 #include <err.h>  
 #include <errno.h>  
 #include <fcntl.h>  
 #include <paths.h>  
 #include <regex.h>  
 #include <stddef.h>  
 #include <stdio.h>  
 #include <stdlib.h>  
 #include <string.h>  
 #include <unistd.h>  
   
 #include "buf.h"  #include "buf.h"
 #include "cvs.h"  #include "cvs.h"

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75