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

Diff for /src/usr.bin/cvs/client.c between version 1.85 and 1.86

version 1.85, 2008/01/10 09:47:05 version 1.86, 2008/01/10 09:48:51
Line 796 
Line 796 
         ent = cvs_ent_open(wdir);          ent = cvs_ent_open(wdir);
         cvs_ent_add(ent, entry);          cvs_ent_add(ent, entry);
         cvs_ent_close(ent, ENT_SYNC);          cvs_ent_close(ent, ENT_SYNC);
           xfree(entry);
   
         if ((fd = open(fpath, O_CREAT | O_WRONLY | O_TRUNC)) == -1)          if ((fd = open(fpath, O_CREAT | O_WRONLY | O_TRUNC)) == -1)
                 fatal("cvs_client_merged: open: %s: %s",                  fatal("cvs_client_merged: open: %s: %s",

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86