Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/gdbscripts/Attic/stats,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/sys/gdbscripts/Attic/stats 1997/02/12 23:35:09 1.2 +++ src/sys/gdbscripts/Attic/stats 2005/02/26 22:58:55 1.3 @@ -1,4 +1,4 @@ -# $NetBSD: stats,v 1.2 1997/02/12 23:35:09 gwr Exp $ +# $NetBSD: stats,v 1.3 2005/02/26 22:58:55 perry Exp $ # @(#)stats 8.1 (Berkeley) 6/10/93 # @@ -7,7 +7,7 @@ define dstat set $op=(struct sdop *)&($arg0[$arg2]) set $i=$arg1 - while ($i) + while ($i) printf "$arg3 " printf "%d %d 0x%x 0x%x %d", $op->bp, $op->bufsize, $op->blkno, $op->when.tv_sec, $op->when.tv_usec if ($op->op & 1)