[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.41 and 1.42

version 1.41, 2006/04/01 00:56:54 version 1.42, 2006/04/05 01:38:55
Line 333 
Line 333 
          * Put the branch revision on the branches list for the first revision.           * Put the branch revision on the branches list for the first revision.
          */           */
         rdp = rcs_findrev(rf, rev);          rdp = rcs_findrev(rf, rev);
         brp = (struct rcs_branch *)xmalloc(sizeof(*brp));          brp = xmalloc(sizeof(*brp));
         brp->rb_num = rcsnum_alloc();          brp->rb_num = rcsnum_alloc();
         rcsnum_cpy(brev, brp->rb_num, 0);          rcsnum_cpy(brev, brp->rb_num, 0);
         TAILQ_INSERT_TAIL(&(rdp->rd_branches), brp, rb_list);          TAILQ_INSERT_TAIL(&(rdp->rd_branches), brp, rb_list);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42