K 10 svn:author V 6 marius K 8 svn:date V 27 2010-01-23T22:38:01.616328Z K 7 svn:log V 248 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 MFC after: 3 days END