[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.90 and 1.91

version 1.90, 2008/02/04 15:07:32 version 1.91, 2008/02/04 18:23:58
Line 238 
Line 238 
                             repo, cf->file_name);                              repo, cf->file_name);
   
                         cvs_mkadmin(cf->file_path, current_cvsroot->cr_dir,                          cvs_mkadmin(cf->file_path, current_cvsroot->cr_dir,
                             entry, tag, date, nb);                              entry, tag, date);
   
                         p = xmalloc(CVS_ENT_MAXLINELEN);                          p = xmalloc(CVS_ENT_MAXLINELEN);
                         (void)xsnprintf(p, CVS_ENT_MAXLINELEN,                          (void)xsnprintf(p, CVS_ENT_MAXLINELEN,

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91