K 10 svn:author V 8 jmallett K 8 svn:date V 27 2012-03-03T21:39:12.303567Z K 7 svn:log V 286 On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This might not be ideal, but is the ABI we've shipped so far. Fix macros which reflect the results of _ALIGN on 32-bit MIPS to use the right alignment. This fixes sendmsg under COMPAT_FREEBSD32 on n64 MIPS kernels. END