diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2001-07-31 19:52:41 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2001-07-31 19:52:41 +0000 |
| commit | 221adcb61e1e6b95c25ab5fe647cc677bc5c0625 (patch) | |
| tree | fedbd05f3a87bf70d2586bdd089876e22f8f6375 /usr.bin | |
| parent | bb44d741e450d388f990dffd975d22f20afe7971 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/vmstat/vmstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 4556b25c225b..55b62c3a52eb 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -405,7 +405,8 @@ dovmstat(interval, reps) time_t uptime, halfuptime; struct devinfo *tmp_dinfo; void needhdr(); - int mib[2], size; + int mib[2]; + size_t size; uptime = getuptime(); halfuptime = uptime / 2; |
