[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.61 and 1.62

version 1.61, 2005/10/22 17:32:57 version 1.62, 2005/11/28 08:49:25
Line 436 
Line 436 
          */           */
         if (stat(line, &st) == -1) {          if (stat(line, &st) == -1) {
                 if (errno != ENOENT) {                  if (errno != ENOENT) {
                         cvs_log(LP_ERRNO, "failed to stat '%s'", line);                          cvs_log(LP_ERRNO, "failed to stat `%s'", line);
                         return (-1);                          return (-1);
                 }                  }
   

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62