=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rlog.c,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/usr.bin/rcs/rlog.c 2010/07/30 21:47:18 1.64 --- src/usr.bin/rcs/rlog.c 2011/07/14 16:38:39 1.65 *************** *** 1,4 **** ! /* $OpenBSD: rlog.c,v 1.64 2010/07/30 21:47:18 ray Exp $ */ /* * Copyright (c) 2005, 2009 Joris Vink * Copyright (c) 2005, 2006 Xavier Santolaria --- 1,4 ---- ! /* $OpenBSD: rlog.c,v 1.65 2011/07/14 16:38:39 sobrado Exp $ */ /* * Copyright (c) 2005, 2009 Joris Vink * Copyright (c) 2005, 2006 Xavier Santolaria *************** *** 531,537 **** nrdp = rdp; else nrdp = TAILQ_NEXT(rdp, rd_list); ! /* * We do not write diff stats for the first revision of the default * branch, since it was not a diff but a full text. --- 531,537 ---- nrdp = rdp; else nrdp = TAILQ_NEXT(rdp, rd_list); ! /* * We do not write diff stats for the first revision of the default * branch, since it was not a diff but a full text. *************** *** 546,552 **** printf(" lines: +%d -%d", removed, added); } printf("\n"); ! if (!TAILQ_EMPTY(&(rdp->rd_branches))) { printf("branches:"); TAILQ_FOREACH(rb, &(rdp->rd_branches), rb_list) { --- 546,552 ---- printf(" lines: +%d -%d", removed, added); } printf("\n"); ! if (!TAILQ_EMPTY(&(rdp->rd_branches))) { printf("branches:"); TAILQ_FOREACH(rb, &(rdp->rd_branches), rb_list) {