summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSlaven Rezic <slaven@rezic.de>2002-03-21 11:19:23 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-21 22:53:11 +0000
commitb42fcfb7649496da84d8534e5cebc4247e7911e5 (patch)
tree5d0482e45a9aa1e4d430e0c5196f43fbf50a7ba7 /hints
parent43b8d2c4a24ef5dc0847963fabc750555891c742 (diff)
downloadperl-b42fcfb7649496da84d8534e5cebc4247e7911e5.tar.gz
Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
Disable gethostbyaddr_r for all 4.x FreeBSD versions. p4raw-id: //depot/perl@15403
Diffstat (limited to 'hints')
-rw-r--r--hints/freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 394abb86b9..8d6a0920d4 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"