[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.52 and 1.53

version 1.52, 2005/08/02 12:06:38 version 1.53, 2005/08/02 12:08:13
Line 418 
Line 418 
 static int  static int
 cvs_resp_createdir(char *line)  cvs_resp_createdir(char *line)
 {  {
           int l;
         CVSFILE *base, *cf;          CVSFILE *base, *cf;
         CVSENTRIES *entf;          CVSENTRIES *entf;
         struct stat st;          struct stat st;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53