summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-08-30 04:18:23 +0000
committerwtc%netscape.com <devnull@localhost>2001-08-30 04:18:23 +0000
commit8f965bf805cb5058a51885f27cd28052b2f2e678 (patch)
treee4c3dc3618c918b8411b6799713766faad39a2b0
parentc5772086a664c57a51821c635cb5d07af69d5c1a (diff)
downloadnspr-hg-8f965bf805cb5058a51885f27cd28052b2f2e678.tar.gz
Bugzilla bug 97456: fixed build error on BSD/OS 4.3 (beta3). The patch
is contributed by lidl@pix.net.
-rw-r--r--pr/src/misc/prnetdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/misc/prnetdb.c b/pr/src/misc/prnetdb.c
index 22a15dae..c8d33900 100644
--- a/pr/src/misc/prnetdb.c
+++ b/pr/src/misc/prnetdb.c
@@ -84,7 +84,7 @@ PRLock *_pr_dnsLock = NULL;
* an int.
*/
-#if defined(SOLARIS) \
+#if defined(SOLARIS) || (defined(BSDI) && defined(_REENTRANT)) \
|| (defined(LINUX) && defined(_REENTRANT) \
&& !(defined(__GLIBC__) && __GLIBC__ >= 2))
#define _PR_HAVE_GETPROTO_R