On Tue 30 Nov 2004 16:29, Steve Peters <steve@fisharerojo.org> wrote: > Scratch the previous patch. OpenBSD appears to be headed towards adding > getservbyname_r() in 3.7. The following patch is correct then. > > --- /home/steve/perl-current/hints/openbsd.sh Thu Apr 29 12:58:37 2004 > +++ ./hints/openbsd.sh Tue Nov 30 08:49:58 2004 > @@ -118,8 +118,8 @@ > ;; > 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 Thanks, applied as change #23571 -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.5, & 5.9.x, and 809 on HP-UX 10.20 & 11.00, 11i, AIX 4.3, AIX 5.2, SuSE 9.1, and Win2k. http://www.cmve.net/~merijn/ http://archives.develooper.com/daily-build@perl.org/ perl-qa@perl.org send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.orgThread Previous