diff options
-rw-r--r-- | usr.sbin/iostat/iostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index f1a0556..b349cd2 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -417,7 +417,7 @@ main(int argc, char **argv) if ((wflag > 0) && (cflag == 0)) count = -1; - bzero(&cur.cp_time, sizeof(cur.cp_time)); + bzero(cur.cp_time, sizeof(cur.cp_time)); cur.tk_nout = 0; cur.tk_nin = 0; |