cvs commit: src/lib/libkvm kvm_file.c
Jeff Roberson
jeff at FreeBSD.org
Sat Dec 29 17:43:51 PST 2007
jeff 2007-12-30 01:43:51 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm_file.c
Log:
- Update kvm_deadfiles to be compatible with the new system which has no
global list of all files.
- Mark kvm_getfiles() as broken since the live version exports struct xfile
with no filelist at the head and does so incorrectly and the deadfiles
version exports struct file with a filelist at the head. It is not known
if either version works or complies to the manpage.
Revision Changes Path
1.19 +87 -44 src/lib/libkvm/kvm_file.c
More information about the cvs-src
mailing list