K 10 svn:author V 2 bz K 8 svn:date V 27 2011-01-08T02:23:59.959412Z K 7 svn:log V 289 Move the uint64_t to were the padding was before, rather than before all pad. Keep them to the end so that the two pad[]s are kept together. This should restore ABI as well on platforms, where sizeof(void *) != sizeof(uint64_t) after r216968, r217018. Reviewed by: gnn, jhb, lstewart END