CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/15 17:37:11
Modified files:
lib/libkvm : kvm_cd9660.c kvm_file2.c kvm_ntfs.c
kvm_private.h kvm_udf.c
Added files:
lib/libkvm : kvm_file.h
Log message:
Prep for hidden visibility: move the vnode/file related function
declarations, including _kvm_getftype(), into a new header, kvm_file.h,
so that we don't have to pull <sys/vnode.h> into all the .c files. No
more extern function declaration in .c files.
ok millert@
