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

Diff for /src/usr.bin/cvs/Attic/resp.c between version 1.67 and 1.68

version 1.67, 2005/12/30 16:47:36 version 1.68, 2006/01/02 08:11:56
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #include "includes.h"
 #include <sys/types.h>  
 #include <sys/stat.h>  
 #include <sys/time.h>  
   
 #include <dirent.h>  
 #include <errno.h>  
 #include <fcntl.h>  
 #include <libgen.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.67  
changed lines
  Added in v.1.68