On Wed, Mar 28, 2012 at 1:14 AM, Paulm <[email protected]> wrote: > sys/kern/kern_sysctl.c > > In fill_file2(...) > > kf->f_wbytes = fp->f_rbytes > > This produces erroneous output in fstat. Diff is below if this is > indeed a typo.
Yep. libkvm had the same typo; fix for both committed; thanks! Philip Guenther
