summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-br
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-br')
-rw-r--r--time/sunbird/patches/patch-br15
1 files changed, 12 insertions, 3 deletions
diff --git a/time/sunbird/patches/patch-br b/time/sunbird/patches/patch-br
index 526d4d92454..526f1f75428 100644
--- a/time/sunbird/patches/patch-br
+++ b/time/sunbird/patches/patch-br
@@ -1,8 +1,17 @@
-$NetBSD: patch-br,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $
+$NetBSD: patch-br,v 1.2 2006/06/27 11:11:52 joerg Exp $
---- nsprpub/pr/src/misc/prnetdb.c.orig 2006-02-02 16:57:57.000000000 +0100
+--- nsprpub/pr/src/misc/prnetdb.c.orig 2006-02-28 00:03:51.000000000 +0000
+++ nsprpub/pr/src/misc/prnetdb.c
-@@ -2110,7 +2110,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
+@@ -325,7 +325,7 @@ _pr_QueryNetIfs(void)
+ }
+
+ #elif (defined(DARWIN) && defined(HAVE_GETIFADDRS)) || defined(FREEBSD) \
+- || defined(NETBSD) || defined(OPENBSD)
++ || defined(NETBSD) || defined(OPENBSD) || defined(DRAGONFLY)
+
+ /*
+ * Use the BSD getifaddrs function.
+@@ -2111,7 +2111,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
*/
hints.ai_socktype = SOCK_STREAM;