freebsd-skq/sys/fs/fdescfs
dillon ddf9ef103e 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
..
fdesc_vfsops.c - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
fdesc_vnops.c Change struct file f_data to un_data, a union of the correct struct 2003-01-12 01:37:13 +00:00
fdesc.h Remove __P. 2002-03-19 22:20:14 +00:00