]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support more filesystems in fstat(1): now you can use fstat(1) to
authorBrian Feldman <green@FreeBSD.org>
Thu, 16 Mar 2000 02:02:34 +0000 (02:02 +0000)
committerBrian Feldman <green@FreeBSD.org>
Thu, 16 Mar 2000 02:02:34 +0000 (02:02 +0000)
commit06e88916ef3d7103cf3bc8d075810c48d3a267bc
tree872d4f739eba0cead03bd5d70c360bb2dd42864d
parent17d75f8ecb80e2663ee1cbab97e10550af9ceaaf
Support more filesystems in fstat(1): now you can use fstat(1) to
find out if files on msdosfs and cd9660 filestores are open.
There was also a movement of some common things to a header, a
small cleanup.

PR: bin/16364 bin/7043
Submitted by: Peter Edwards <peter.edwards@openet-telecom.com>
usr.bin/fstat/Makefile
usr.bin/fstat/cd9660.c [new file with mode: 0644]
usr.bin/fstat/fstat.c
usr.bin/fstat/fstat.h [new file with mode: 0644]
usr.bin/fstat/msdosfs.c [new file with mode: 0644]