[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.73 and 1.74

version 1.73, 2007/01/13 15:45:59 version 1.74, 2007/01/13 15:56:15
Line 274 
Line 274 
                         checkout_write_revision(cf->file_rcs, rnum, template);                          checkout_write_revision(cf->file_rcs, rnum, template);
                         cvs_remote_send_file(template);                          cvs_remote_send_file(template);
                         (void)unlink(template);                          (void)unlink(template);
                           xfree(template);
                 }                  }
   
                 if (p != NULL)                  if (p != NULL)

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74