From: Slaven Rezic Date: Thu, 21 Mar 2002 10:19:23 +0000 (+0100) Subject: Message-ID: <87n0x2wa5g.fsf@vran.herceg.de> X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b42fcfb7649496da84d8534e5cebc4247e7911e5;p=p5sagit%2Fp5-mst-13.2.git Message-ID: <87n0x2wa5g.fsf@vran.herceg.de> Disable gethostbyaddr_r for all 4.x FreeBSD versions. p4raw-id: //depot/perl@15403 --- diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 394abb8..8d6a092 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -211,7 +211,7 @@ EOM fi ldflags="-pthread $ldflags" case "$osvers" in - 4.5*) # 4.5 has gethostbyaddr_r but it is + 4.*) # 4.x has gethostbyaddr_r but it is # "Temporary function, not threadsafe"... d_gethostbyaddr_r="undef" d_gethostbyaddr_r_proto="undef"