diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-04-15 11:56:32 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-04-15 11:56:32 +0000 |
commit | 2f4c2f3e1aa24195544992a1971d49399f86d7ec (patch) | |
tree | 25cb7167ac28288227c604d2979054fa28feb096 /hints | |
parent | 416d0bea0e38772c96bbb172a7e7a3e555a6f0f6 (diff) | |
download | perl-2f4c2f3e1aa24195544992a1971d49399f86d7ec.tar.gz |
d_getservbyname_r undef up to at least OpenBSD 3.5
Thanks to Campo Weijerman and Gerard Gerritsen off-list
p4raw-id: //depot/perl@22697
Diffstat (limited to 'hints')
-rw-r--r-- | hints/openbsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/openbsd.sh b/hints/openbsd.sh index 3b8acf585e..51a75a9e63 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -118,8 +118,8 @@ $define|true|[yY]*) ;; esac case "$osvers" in - [012].*|3.[0-3]) - # Broken at least up to OpenBSD 3.2, we'll see about 3.3. + [012].*|3.[0-5]) + # Broken at least up to OpenBSD 3.5, we'll see about 3.6 d_getservbyname_r=$undef ;; esac esac |