K 10 svn:author V 6 marius K 8 svn:date V 27 2010-01-31T17:43:22.199696Z K 7 svn:log V 244 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 END