CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/03/28 10:01:30
Modified files:
sys/kern : kern_sysctl.c
lib/libkvm : kvm_file2.c
Log message:
The kinfo_file2 structure's f_wbytes member was being filled with the
read byte count instead of the written byte count.
pointed out by paulm at tetrardus.net, ok dcoppa@
