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

Diff for /src/usr.bin/cvs/Attic/hist.c between version 1.10 and 1.11

version 1.10, 2005/08/14 19:49:18 version 1.11, 2005/09/05 19:45:42
Line 75 
Line 75 
         histp->chf_cindex = 0;          histp->chf_cindex = 0;
         histp->chf_nbhent = 0;          histp->chf_nbhent = 0;
   
           cvs_log(LP_TRACE, "cvs_hist_open(%s)", path);
   
         histp->chf_fd = open(path, O_RDONLY, 0);          histp->chf_fd = open(path, O_RDONLY, 0);
         if (histp->chf_fd == -1) {          if (histp->chf_fd == -1) {
                 cvs_log(LP_ERRNO,                  cvs_log(LP_ERRNO,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11