From: Chris Lamb Date: Wed, 16 Nov 2011 17:21:16 +0000 (+0000) Subject: Fix crash on SPARC due to improper alignment of allocated memory X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/5ae979bf5798f5eaab56636034623d25bc70a941?hp=5ae979bf5798f5eaab56636034623d25bc70a941 Fix crash on SPARC due to improper alignment of allocated memory I believe that you should be able to drop 'defined(__sun)' completely from this clause, as Solaris on x86 hardware probably does not have strict alignment requirements, but I don't have a way to test that. Thanks to Jurij Smakov . Signed-off-by: Chris Lamb ---