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

Diff for /src/usr.bin/cvs/util.c between version 1.93 and 1.94

version 1.93, 2006/12/05 11:01:05 version 1.94, 2006/12/05 15:59:48
Line 446 
Line 446 
                 return (0);                  return (0);
   
         if (unlink(path) == -1 && errno != ENOENT) {          if (unlink(path) == -1 && errno != ENOENT) {
                 cvs_log(LP_ERR, "cannot remove `%s'", path);                  cvs_log(LP_ERRNO, "%s", path);
                 return (-1);                  return (-1);
         }          }
   

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94