bcachestats got bumbed too u_int64_t's and I forgot about
authorthib <thib@openbsd.org>
Mon, 7 Jul 2008 17:16:27 +0000 (17:16 +0000)
committerthib <thib@openbsd.org>
Mon, 7 Jul 2008 17:16:27 +0000 (17:16 +0000)
munging systat to handle the field with;

pointed out by mickey

ok canacar@

usr.bin/systat/iostat.c

index d9b2449..7a9e369 100644 (file)
@@ -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}
 };