From: thib Date: Mon, 7 Jul 2008 17:16:27 +0000 (+0000) Subject: bcachestats got bumbed too u_int64_t's and I forgot about X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5490ab03cc8e42b16f85f63514878b24a5b42721;p=openbsd bcachestats got bumbed too u_int64_t's and I forgot about munging systat to handle the field with; pointed out by mickey ok canacar@ --- diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index d9b24498cfe..7a9e369156b 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.31 2008/06/13 08:18:47 canacar Exp $ */ +/* $OpenBSD: iostat.c,v 1.32 2008/07/07 17:16:27 thib Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* @@ -66,7 +66,7 @@ field_def fields_io[] = { {"RTPS", 5, 8, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0}, {"WTPS", 5, 8, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0}, {"SEC", 5, 8, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0}, - {"", 8, 10, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0}, + {"", 8, 19, 1, FLD_ALIGN_RIGHT, -1, 0, 0, 0}, {"STATS", 12, 15, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0} };