=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/util.c,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/cvs/util.c 2005/10/22 17:32:57 1.54 --- src/usr.bin/cvs/util.c 2005/10/30 11:10:12 1.55 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.54 2005/10/22 17:32:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.55 2005/10/30 11:10:12 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 802,808 **** * cvs_write_tagfile() * * Write the CVS/Tag file for current directory. ! */ void cvs_write_tagfile(char *tag, char *date, int nb) { --- 802,808 ---- * cvs_write_tagfile() * * Write the CVS/Tag file for current directory. ! */ void cvs_write_tagfile(char *tag, char *date, int nb) { *************** *** 847,853 **** * If it contains a branch tag, sets . * If it contains a date, sets . * If it contains a non-branch tag, sets . ! * * Returns nothing but an error message, and sets , to NULL * and to 0. */ --- 847,853 ---- * If it contains a branch tag, sets . * If it contains a date, sets . * If it contains a non-branch tag, sets . ! * * Returns nothing but an error message, and sets , to NULL * and to 0. */