From 221adcb61e1e6b95c25ab5fe647cc677bc5c0625 Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Tue, 31 Jul 2001 19:52:41 +0000 Subject: MFC of rev. 1.49: correct type for the 3rd argument to sysctl(). --- usr.bin/vmstat/vmstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') 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; -- cgit v1.3