components/desktop/thunderbird/patches/thunderbird-07-xp_qsort.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Tue, 19 Jul 2016 14:15:23 -0700
changeset 6431 e4667e7df088
permissions -rw-r--r--
23601539 Update Thunderbird to version 45.1.0

--- 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;