diff -r ad1364987701 -r 49c102d793d0 components/desktop/thunderbird/patches/thunderbird-07-xp_qsort.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/desktop/thunderbird/patches/thunderbird-07-xp_qsort.patch Wed Oct 05 01:21:05 2016 -0700 @@ -0,0 +1,14 @@ +--- a/ldap/c-sdk/libraries/libldap/sort.c 2016-05-16 10:36:26.007446145 -0700 ++++ b/ldap/c-sdk/libraries/libldap/sort.c.new 2016-05-16 12:56:49.799496038 -0700 +@@ -58,11 +58,7 @@ + * We don't want to require use of libxp when linking with libldap, so + * I'll leave use of xp_qsort as a MOZILLA_CLIENT-only thing for now. --mcs + */ +-#if defined(MOZILLA_CLIENT) && defined(SOLARIS) +-#include "xp_qsort.h" +-#else + #define XP_QSORT qsort +-#endif + + typedef struct keycmp { + void *kc_arg;