=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.c,v retrieving revision 1.320 retrieving revision 1.321 diff -c -r1.320 -r1.321 *** src/usr.bin/cvs/rcs.c 2020/10/19 19:51:20 1.320 --- src/usr.bin/cvs/rcs.c 2022/12/26 19:16:00 1.321 *************** *** 1,4 **** ! /* $OpenBSD: rcs.c,v 1.320 2020/10/19 19:51:20 naddy Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcs.c,v 1.321 2022/12/26 19:16:00 jmc Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 1663,1669 **** /* * If it was not a branch, thats ok the symbolic ! * name refered to a revision, so return the resolved * revision for the given name. */ if (!RCSNUM_ISBRANCH(rev)) { /* Sanity check: The first two elements of any --- 1663,1669 ---- /* * If it was not a branch, thats ok the symbolic ! * name referred to a revision, so return the resolved * revision for the given name. */ if (!RCSNUM_ISBRANCH(rev)) { /* Sanity check: The first two elements of any