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

Diff for /src/usr.bin/cvs/checkout.c between version 1.54 and 1.55

version 1.54, 2006/05/27 05:20:25 version 1.55, 2006/05/27 05:59:32
Line 128 
Line 128 
                 return (0);                  return (0);
         }          }
   
           bp = rcs_kwexp_buf(bp, cf->file_rcs, rnum);
   
         oflags = O_WRONLY | O_TRUNC;          oflags = O_WRONLY | O_TRUNC;
         if (cf->fd != -1) {          if (cf->fd != -1) {
                 exists = 1;                  exists = 1;

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55