diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-23 14:13:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-23 14:13:18 +0000 |
commit | 8babac5c302820c7add12cd213bb29eb7834d605 (patch) | |
tree | 4ee7b8f5df569b975db76f6bf4fa19389e6d7941 /www/mozilla | |
parent | 34c00c296266ad0f5f767da2e4b872bb5ab62356 (diff) | |
download | pkgsrc-8babac5c302820c7add12cd213bb29eb7834d605.tar.gz |
Try to mark as dead.
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/patches/patch-bj | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/mozilla/patches/patch-bj b/www/mozilla/patches/patch-bj deleted file mode 100644 index 3b0e1a5f265..00000000000 --- a/www/mozilla/patches/patch-bj +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-bj,v 1.6 2002/12/04 15:20:30 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 Wed Nov 13 14:21:45 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 }, |