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

Diff for /src/usr.bin/cvs/util.c between version 1.54 and 1.55

version 1.54, 2005/10/22 17:32:57 version 1.55, 2005/10/30 11:10:12
Line 802 
Line 802 
  * cvs_write_tagfile()   * cvs_write_tagfile()
  *   *
  * Write the CVS/Tag file for current directory.   * Write the CVS/Tag file for current directory.
  */   */
 void  void
 cvs_write_tagfile(char *tag, char *date, int nb)  cvs_write_tagfile(char *tag, char *date, int nb)
 {  {
Line 847 
Line 847 
  * If it contains a branch tag, sets <tagp>.   * If it contains a branch tag, sets <tagp>.
  * If it contains a date, sets <datep>.   * If it contains a date, sets <datep>.
  * If it contains a non-branch tag, sets <nbp>.   * If it contains a non-branch tag, sets <nbp>.
  *   *
  * Returns nothing but an error message, and sets <tagp>, <datep> to NULL   * Returns nothing but an error message, and sets <tagp>, <datep> to NULL
  * and <nbp> to 0.   * and <nbp> to 0.
  */   */

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55