cvs commit: src/lib/libkvm kvm_file.c src/sys/sys file.h
src/usr.bin/fstat fstat.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Mon May 26 15:12:48 UTC 2008
pjd 2008-05-26 15:12:47 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm_file.c
sys/sys file.h
usr.bin/fstat fstat.c
Log:
Use _WANT_FILE to make struct file visible from userland. This is
similar to _WANT_UCRED and _WANT_PRISON and seems to be much nicer than
defining _KERNEL.
It is also needed for my sys/refcount.h change going in soon.
Revision Changes Path
1.20 +1 -2 src/lib/libkvm/kvm_file.c
1.79 +3 -1 src/sys/sys/file.h
1.67 +2 -1 src/usr.bin/fstat/fstat.c
More information about the cvs-src
mailing list