diff options
author | Steve Peters <steve@fisharerojo.org> | 2004-11-30 03:29:06 -0600 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-11-30 15:11:01 +0000 |
commit | d767353b2672f511d7aefe71708379892195c28a (patch) | |
tree | b7dd14b11bd259ad61c789b9d89c8077ca8bffc2 /hints/openbsd.sh | |
parent | bab9b09871c746742ef46ba8327b03cce61a6cc1 (diff) | |
download | perl-d767353b2672f511d7aefe71708379892195c28a.tar.gz |
Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@23571
Diffstat (limited to 'hints/openbsd.sh')
-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 0d9f19d1c2..e4b1360d9a 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -118,8 +118,8 @@ $define|true|[yY]*) ;; esac case "$osvers" in - [012].*|3.[0-5]) - # Broken at least up to OpenBSD 3.5, we'll see about 3.6 + [012].*|3.[0-6]) + # Broken at least up to OpenBSD 3.6, we'll see about 3.7 d_getservbyname_r=$undef ;; esac esac |