diff options
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r-- | hints/freebsd.sh | 2 |
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" |