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

Diff for /src/usr.bin/cvs/rcs.c between version 1.220 and 1.221

version 1.220, 2007/09/22 15:41:46 version 1.221, 2007/09/24 11:18:43
Line 1009 
Line 1009 
         file->rf_flags &= ~RCS_SYNCED;          file->rf_flags &= ~RCS_SYNCED;
 }  }
   
 /*  
  * rcs_tag_resolve()  
  *  
  * Retrieve the revision number corresponding to the tag <tag> for the RCS  
  * file <file>.  
  */  
 RCSNUM *  
 rcs_tag_resolve(RCSFILE *file, const char *tag)  
 {  
         RCSNUM *num;  
   
         if ((num = rcsnum_parse(tag)) == NULL) {  
                 num = rcs_sym_getrev(file, tag);  
         }  
   
         return (num);  
 }  
   
 int  int
 rcs_patch_lines(struct cvs_lines *dlines, struct cvs_lines *plines,  rcs_patch_lines(struct cvs_lines *dlines, struct cvs_lines *plines,
     struct cvs_line **alines, struct rcs_delta *rdp)      struct cvs_line **alines, struct rcs_delta *rdp)

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221