summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-03-10 15:25:19 +0000
committerjhb <jhb@FreeBSD.org>2009-03-10 15:25:19 +0000
commit1d8bab3200518a31c4605c4abf86e530e7870235 (patch)
treebd00f35452bff6421e2ff3163a8ba2c683938d69 /usr.bin/systat
parent887100e88a3542c769805a4bb2d6e869ecc59f42 (diff)
downloadFreeBSD-src-1d8bab3200518a31c4605c4abf86e530e7870235.zip
FreeBSD-src-1d8bab3200518a31c4605c4abf86e530e7870235.tar.gz
Update top and systat for vfs.bufcache now being a long rather than an int.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index f29f21b..3866438 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -115,7 +115,7 @@ static struct Info {
struct nchstats nchstats;
long nchcount;
long *intrcnt;
- int bufspace;
+ long bufspace;
int desiredvnodes;
long numvnodes;
long freevnodes;
OpenPOWER on IntegriCloud