6429N/A--- a/ldap/c-sdk/libraries/libldap/sort.c 2016-05-16 10:36:26.007446145 -0700
6429N/A+++ b/ldap/c-sdk/libraries/libldap/sort.c.new 2016-05-16 12:56:49.799496038 -0700
6429N/A@@ -58,11 +58,7 @@
6429N/A * We don't want to require use of libxp when linking with libldap, so
6429N/A * I'll leave use of xp_qsort as a MOZILLA_CLIENT-only thing for now. --mcs
6429N/A */
6429N/A-#if defined(MOZILLA_CLIENT) && defined(SOLARIS)
6429N/A-#include "xp_qsort.h"
6429N/A-#else
6429N/A #define XP_QSORT qsort
6429N/A-#endif
6429N/A
6429N/A typedef struct keycmp {
6429N/A void *kc_arg;