From: Steve Peters Date: Tue, 16 Jan 2007 22:15:05 +0000 (+0000) Subject: Reentrant functions appear to still be broken in NetBSD 3.1. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d99b3353a572ce3f73680d368e7b13fe91264e1f;p=p5sagit%2Fp5-mst-13.2.git Reentrant functions appear to still be broken in NetBSD 3.1. p4raw-id: //depot/perl@29845 --- diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 65a6cbe..5b81ad2 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -134,7 +134,7 @@ $define|true|[yY]*) # been added to the header files yet. Let's hold off on using # them until they are a valid part of the API case "$osvers" in - [012].*|3.0) + [012].*|3.[0-1]) d_getprotobyname_r=$undef d_getprotobynumber_r=$undef d_getprotoent_r=$undef