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

Diff for /src/usr.bin/cvs/Attic/req.c between version 1.17 and 1.18

version 1.17, 2005/05/27 22:33:56 version 1.18, 2005/05/30 08:13:15
Line 269 
Line 269 
 {  {
         int l;          int l;
         char rdir[MAXPATHLEN];          char rdir[MAXPATHLEN];
         CVSFILE *dirp;  
   
         if (cvs_getln(NULL, rdir, sizeof(rdir)) < 0)          if (cvs_getln(NULL, rdir, sizeof(rdir)) < 0)
                 return (-1);                  return (-1);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18