K 10 svn:author V 6 marius K 8 svn:date V 27 2010-01-31T22:16:27.424921Z K 7 svn:log V 266 MFC: r202903 On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit aligned so on architectures with strict alignment requirements we can't just simply cast the latter to the former but need to copy it bytewise instead. PR: 143010 Approved by: re (kib) END