Reentrant functions appear to still be broken in NetBSD 3.1.
Steve Peters [Tue, 16 Jan 2007 22:15:05 +0000 (22:15 +0000)]
p4raw-id: //depot/perl@29845

hints/netbsd.sh

index 65a6cbe..5b81ad2 100644 (file)
@@ -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