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

Diff for /src/usr.bin/cvs/import.c between version 1.48 and 1.49

version 1.48, 2006/06/04 09:52:56 version 1.49, 2006/06/11 17:50:11
Line 235 
Line 235 
 import_update(struct cvs_file *cf)  import_update(struct cvs_file *cf)
 {  {
         BUF *b1, *b2;          BUF *b1, *b2;
         char *d, b[16], branch[16];          char *d, branch[16];
         RCSNUM *newrev, *rev, *brev;          RCSNUM *newrev, *rev, *brev;
   
         cvs_log(LP_TRACE, "import_update(%s)", cf->file_path);          cvs_log(LP_TRACE, "import_update(%s)", cf->file_path);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49