a7c3fc28ed
What's new from release notes - Multiple homepages - Sidebar remembers its state across sessions - Download fixes - History improvements - Accessibility improvements - Size and memory reduction - Performance improvements - Stability improvements - Better Windows appearance - Many more new themes - Too many fixes to list See below for detail. http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html
17 lines
689 B
Text
17 lines
689 B
Text
$NetBSD: patch-bj,v 1.2 2002/12/10 16:02:41 taya Exp $
|
|
|
|
diff -ru ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c
|
|
--- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Fri Jun 14 06:45:30 2002
|
|
+++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Mon Dec 9 14:18:44 2002
|
|
@@ -187,6 +187,11 @@
|
|
#define EDEADLOCK -1
|
|
#endif
|
|
|
|
+#if defined(NETBSD)
|
|
+#define ENOTSUP -1
|
|
+#define EDEADLOCK -1
|
|
+#endif
|
|
+
|
|
/* XXX: need to verify that the -1 entries are correct (no mapping) */
|
|
static struct prldap_errormap_entry prldap_errormap[] = {
|
|
{ PR_OUT_OF_MEMORY_ERROR, ENOMEM },
|