cvs commit: src/usr.bin/fstat Makefile cd9660.c fstat.c fstat.h
msdosfs.c
David Malone
dwmalone at FreeBSD.org
Tue Jun 29 14:28:29 PDT 2004
dwmalone 2004-06-29 21:28:09 UTC
FreeBSD src repository
Modified files:
usr.bin/fstat Makefile cd9660.c fstat.c fstat.h
msdosfs.c
Log:
1) ANSIfy.
2) Use %p to print a pointer.
3) Use longs for fileids and ino to avoid comparing signed and unsigned.
4) Make the KVM_READ macro a little more cranky.
5) Set WARNS while I'm here.
Revision Changes Path
1.8 +1 -0 src/usr.bin/fstat/Makefile
1.5 +1 -3 src/usr.bin/fstat/cd9660.c
1.54 +15 -37 src/usr.bin/fstat/fstat.c
1.6 +3 -2 src/usr.bin/fstat/fstat.h
1.9 +1 -3 src/usr.bin/fstat/msdosfs.c
More information about the cvs-src
mailing list