[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.45 and 1.46

version 1.45, 2005/07/27 10:36:14 version 1.46, 2005/07/27 10:38:01
Line 555 
Line 555 
         struct dirent *ent;          struct dirent *ent;
         char fpath[MAXPATHLEN];          char fpath[MAXPATHLEN];
   
           cvs_log(LP_TRACE, "cvs_rmdir(%s)", path);
   
           if (cvs_noexec == 1)
                   return (0);
   
         if ((dirp = opendir(path)) == NULL) {          if ((dirp = opendir(path)) == NULL) {
                 cvs_log(LP_ERRNO, "failed to open '%s'", path);                  cvs_log(LP_ERRNO, "failed to open '%s'", path);
                 return (-1);                  return (-1);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46