=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsnum.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/rcs/rcsnum.c 2008/05/22 07:03:02 1.11 --- src/usr.bin/rcs/rcsnum.c 2010/07/23 21:46:05 1.12 *************** *** 1,4 **** ! /* $OpenBSD: rcsnum.c,v 1.11 2008/05/22 07:03:02 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcsnum.c,v 1.12 2010/07/23 21:46:05 ray Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 282,289 **** * rightside of the branch number, so instead of having an odd * number of dot-separated decimals, it will have an even number. * ! * Now, according to all the documentation i've found on the net ! * about this, cvs does this for "efficiency reasons", i'd like * to hear one. * * We just make sure we remove the .0. from in the branch number. --- 282,289 ---- * rightside of the branch number, so instead of having an odd * number of dot-separated decimals, it will have an even number. * ! * Now, according to all the documentation I've found on the net ! * about this, cvs does this for "efficiency reasons", I'd like * to hear one. * * We just make sure we remove the .0. from in the branch number. *************** *** 305,313 **** s--; /* ! * If we have a "magic" branch, adjust it ! * so the .0. is removed. ! */ if (!strncmp(s, RCS_MAGIC_BRANCH, strlen(RCS_MAGIC_BRANCH))) { nump->rn_id[nump->rn_len - 1] = --- 305,313 ---- s--; /* ! * If we have a "magic" branch, adjust it ! * so the .0. is removed. ! */ if (!strncmp(s, RCS_MAGIC_BRANCH, strlen(RCS_MAGIC_BRANCH))) { nump->rn_id[nump->rn_len - 1] =