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