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

Diff for /src/usr.bin/cvs/add.c between version 1.78 and 1.79

version 1.78, 2007/06/28 21:38:09 version 1.79, 2007/08/29 09:32:13
Line 217 
Line 217 
                         entlist = cvs_ent_open(cf->file_wd);                          entlist = cvs_ent_open(cf->file_wd);
                         cvs_ent_add(entlist, p);                          cvs_ent_add(entlist, p);
                         cvs_ent_close(entlist, ENT_SYNC);                          cvs_ent_close(entlist, ENT_SYNC);
                           xfree(p);
                 }                  }
         }          }
   

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79