K 10 svn:author V 6 marcel K 8 svn:date V 27 2010-09-20T04:20:55.734472Z K 7 svn:log V 306 Unbreak the build on strong-aligned architectures (arm, ia64). Casting from (char *) to (struct ufs1_dinode *) changes the alignment requirement of the pointer and GCC does not know that the pointer is adequately aligned (due to malloc(3)), and warns about it. Cast to (void *) first to by-pass the check. END