K 10 svn:author V 6 dillon K 8 svn:date V 27 2003-01-12T01:37:13.000000Z K 7 svn:log V 355 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. END