summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-03-18 08:55:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-03-18 08:55:15 +0000
commit475e2a7de82e096d0657cf7d20b351af1896c836 (patch)
tree583db91855b53a23ac615c42e4dadfc0c2ddbdaa
parentdddb7b460b1742ad5b20418f96ef3d0502c76a91 (diff)
Notes
-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 00edeb80f432..f06c837a475c 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -405,7 +405,7 @@ showkre()
}
putint(inttotal, INTSROW + 1, INTSCOL, 8);
Z(ncs_goodhits); Z(ncs_badhits); Z(ncs_miss);
- Z(ncs_long); Z(ncs_pass2); Z(ncs_2passes);
+ Z(ncs_long); Z(ncs_pass2); Z(ncs_2passes); Z(ncs_neghits);
s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits +
nchtotal.ncs_miss + nchtotal.ncs_long + nchtotal.ncs_neghits;
if (state == TIME)