diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-11-01 02:06:02 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-11-01 02:06:02 +0000 |
| commit | d980da6c66e4ed1b59dc87e6fe5cc10cc0b7be4b (patch) | |
| tree | ea751426b4461015c282900bc0dd5b58b6d4a60e | |
| parent | 00295e74730657f865a1efd98f4ee5c4477e89f5 (diff) | |
Notes
| -rw-r--r-- | usr.bin/systat/iostat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index a54bb6d0ec11..0702ea140b50 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -147,6 +147,8 @@ fetchiostat() tmp_dinfo = last.dinfo; last.dinfo = cur.dinfo; cur.dinfo = tmp_dinfo; + + last.snap_time = cur.snap_time; /* * Here what we want to do is refresh our device stats. |
