From: Steve Peters Date: Tue, 30 Nov 2004 09:29:06 +0000 (-0600) Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d767353b2672f511d7aefe71708379892195c28a;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/hints/openbsd.sh b/hints/openbsd.sh index 0d9f19d..e4b1360 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