getproto*_r is enabled in patch-nsprpub_configure_in

This commit is contained in:
wilfried 2005-01-13 15:50:59 +00:00
parent 3edf27f16d
commit 3ce5ddd1ae

View File

@ -1,15 +1,7 @@
$OpenBSD: patch-nsprpub_pr_src_misc_prnetdb_c,v 1.3 2004/12/27 21:21:39 wilfried Exp $
$OpenBSD: patch-nsprpub_pr_src_misc_prnetdb_c,v 1.4 2005/01/13 15:50:59 wilfried Exp $
--- nsprpub/pr/src/misc/prnetdb.c.orig Thu Sep 2 01:07:28 2004
+++ nsprpub/pr/src/misc/prnetdb.c Wed Nov 10 21:50:24 2004
@@ -98,6 +98,7 @@ PRLock *_pr_dnsLock = NULL;
#endif
#if defined(OSF1) \
+ || defined(OPENBSD) \
|| defined(AIX4_3_PLUS) || (defined(AIX) && defined(_THREAD_SAFE)) \
|| (defined(HPUX10_10) && defined(_REENTRANT)) \
|| (defined(HPUX10_20) && defined(_REENTRANT))
@@ -2098,7 +2099,12 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
+++ nsprpub/pr/src/misc/prnetdb.c Thu Jan 13 16:46:58 2005
@@ -2098,7 +2098,12 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
*/
hints.ai_socktype = SOCK_STREAM;