freebsd-skq/usr.bin/fstat
Matthew Dillon cd72f2180b Change struct file f_data to un_data, a union of the correct struct
pointer types, and remove a huge number of casts from code using it.

Change struct xfile xf_data to xun_data (ABI is still compatible).

If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary.  There are no operational changes in this
commit.
2003-01-12 01:37:13 +00:00
..
cd9660.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
fstat.1 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
fstat.c Change struct file f_data to un_data, a union of the correct struct 2003-01-12 01:37:13 +00:00
fstat.h Fix constness warnings. 2002-03-30 14:03:53 +00:00
Makefile Don't use gcc specific flags. 2002-03-30 14:01:55 +00:00
msdosfs.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00