1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-09 02:26:27 +00:00
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
..
2002-09-16 06:02:55 +00:00
2003-01-07 11:30:53 +00:00
2003-01-07 17:31:23 +00:00
2002-11-04 19:38:46 +00:00
2002-10-13 00:56:58 +00:00
2002-12-13 22:26:10 +00:00