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

Diff for /src/usr.bin/rcs/rcsclean.c between version 1.35 and 1.36

version 1.35, 2006/04/14 16:28:24 version 1.36, 2006/04/17 04:50:08
Line 133 
Line 133 
         char fpath[MAXPATHLEN], numb[64];          char fpath[MAXPATHLEN], numb[64];
         RCSNUM *rev;          RCSNUM *rev;
         BUF *b1, *b2;          BUF *b1, *b2;
         struct stat st;  
         time_t rcs_mtime = -1;          time_t rcs_mtime = -1;
   
         b1 = b2 = NULL;          b1 = b2 = NULL;
         file = NULL;          file = NULL;
         rev = NULL;          rev = NULL;
   
         if (stat(fname, &st) == -1)  
                 goto out;  
   
         if (rcs_statfile(fname, fpath, sizeof(fpath)) < 0)          if (rcs_statfile(fname, fpath, sizeof(fpath)) < 0)
                 goto out;                  goto out;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36