summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-25 06:11:43 +0000
committerdg <dg@FreeBSD.org>1995-03-25 06:11:43 +0000
commite859f0ca16da399f1582d995ee69ac4b033502d1 (patch)
tree5a6bf6a21c8bf958e737c44ce182647adbc8dfe6 /usr.bin
parente716d0f4913a95c3b0882111d3fe0644e06ce720 (diff)
downloadFreeBSD-src-e859f0ca16da399f1582d995ee69ac4b033502d1.zip
FreeBSD-src-e859f0ca16da399f1582d995ee69ac4b033502d1.tar.gz
Removed printing of cnt.v_nzfod: we don't implement this in the kernel.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vmstat/vmstat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 4b43ef4..96eb45c 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -556,7 +556,6 @@ dosum()
(void)printf("%9u pages examined by the page daemon\n", sum.v_pdpages);
(void)printf("%9u pages reactivated\n", sum.v_reactivated);
(void)printf("%9u intransit blocking page faults\n", sum.v_intrans);
- (void)printf("%9u zero fill pages allocated\n", sum.v_nzfod);
(void)printf("%9u zero fill pages zeroed\n", sum.v_zfod);
(void)printf("%9u copy-on-write faults\n", sum.v_cow_faults);
(void)printf("%9u total VM faults taken\n", sum.v_vm_faults);
OpenPOWER on IntegriCloud