summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2001-07-31 19:52:41 +0000
committerThomas Moestl <tmm@FreeBSD.org>2001-07-31 19:52:41 +0000
commit221adcb61e1e6b95c25ab5fe647cc677bc5c0625 (patch)
treefedbd05f3a87bf70d2586bdd089876e22f8f6375 /usr.bin/vmstat/vmstat.c
parentbb44d741e450d388f990dffd975d22f20afe7971 (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-rw-r--r--usr.bin/vmstat/vmstat.c3
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;