=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.c,v retrieving revision 1.128 retrieving revision 1.129 diff -c -r1.128 -r1.129 *** src/usr.bin/cvs/rcs.c 2006/02/09 08:08:56 1.128 --- src/usr.bin/cvs/rcs.c 2006/02/13 11:02:58 1.129 *************** *** 1,4 **** ! /* $OpenBSD: rcs.c,v 1.128 2006/02/09 08:08:56 niallo Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcs.c,v 1.129 2006/02/13 11:02:58 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 475,486 **** fprintf(fp, " strict;"); fputc('\n', fp); if (rfp->rf_comment != NULL) { - fputs("comment\t@", fp); rcs_strprint((const u_char *)rfp->rf_comment, strlen(rfp->rf_comment), fp); fputs("@;\n", fp); ! } if (rfp->rf_expand != NULL) { fputs("expand @", fp); --- 475,487 ---- fprintf(fp, " strict;"); fputc('\n', fp); + fputs("comment\t@", fp); if (rfp->rf_comment != NULL) { rcs_strprint((const u_char *)rfp->rf_comment, strlen(rfp->rf_comment), fp); fputs("@;\n", fp); ! } else ! fputs("# @;\n", fp); if (rfp->rf_expand != NULL) { fputs("expand @", fp);