K 10 svn:author V 6 marius K 8 svn:date V 27 2006-10-29T20:19:41.000000Z K 7 svn:log V 279 Wrap code optimized for architectures without alignment constraints in #ifdef __NO_STRICT_ALIGNMENT rather than #if defined(__i386__) || defined(__amd64__). Currently this change is cosmetic only though. While at it, fix a nearby style(9) bug and remove a no longer used header. END