diff options
author | John Baldwin <jhb@FreeBSD.org> | 2008-08-19 20:33:59 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2008-08-19 20:33:59 +0000 |
commit | 9e5fbab2a25212d86f658f39ea757bfb733695f1 (patch) | |
tree | 57554eb350397daae14ed49b6cf440d9e077565f /usr.sbin/iostat/iostat.c | |
parent | 794a9a6c96abe0413fbaf3a7f116e0a0e84e0e85 (diff) | |
download | src-test2-9e5fbab2a25212d86f658f39ea757bfb733695f1.tar.gz src-test2-9e5fbab2a25212d86f658f39ea757bfb733695f1.zip |
Notes
Diffstat (limited to 'usr.sbin/iostat/iostat.c')
-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 f1a055652f33..b349cd2c96ee 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; |