[reverted in r1694533] Fix an alignment problem on machines with 32 bit pointers but atomic 64 data access that may not be misaligned. * subversion/libsvn_ra_svn/marshal.c (read_item): Ensure that the array contents are always have the APR default alignment. Found by: Rainer Jung <rainer.jung{_AT_}kippdata.de>