From e859f0ca16da399f1582d995ee69ac4b033502d1 Mon Sep 17 00:00:00 2001 From: dg Date: Sat, 25 Mar 1995 06:11:43 +0000 Subject: Removed printing of cnt.v_nzfod: we don't implement this in the kernel. --- usr.bin/vmstat/vmstat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin') 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); -- cgit v1.1