=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/gprof.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/gprof/gprof.c 1999/06/16 15:23:53 1.5 +++ src/usr.bin/gprof/gprof.c 2000/12/24 00:28:46 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: gprof.c,v 1.5 1999/06/16 15:23:53 deraadt Exp $ */ +/* $OpenBSD: gprof.c,v 1.6 2000/12/24 00:28:46 aaron Exp $ */ /* $NetBSD: gprof.c,v 1.8 1995/04/19 07:15:59 cgd Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: gprof.c,v 1.5 1999/06/16 15:23:53 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: gprof.c,v 1.6 2000/12/24 00:28:46 aaron Exp $"; #endif #endif /* not lint */ @@ -559,7 +559,7 @@ if (i != nsamples) { fprintf(stderr, "%s: unexpected EOF after reading %d/%d samples\n", - whoami , --i , nsamples ); + whoami , i , nsamples ); done(); } }