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

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

version 1.17, 2005/05/20 19:37:39 version 1.18, 2005/05/20 19:40:27
Line 291 
Line 291 
         }          }
   
         if (fgets(line, sizeof(line), fp) == NULL) {          if (fgets(line, sizeof(line), fp) == NULL) {
                 cvs_log(LP_ERR, "failed to read CVSROOT line from %s",                  cvs_log(LP_ERR, "failed to read line from %s",
                     CVS_PATH_ROOTSPEC);                      CVS_PATH_ROOTSPEC);
                 (void)fclose(fp);                  (void)fclose(fp);
                 return (NULL);                  return (NULL);

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