Change 29845 by [EMAIL PROTECTED] on 2007/01/16 22:15:05
Reentrant functions appear to still be broken in NetBSD 3.1.
Affected files ...
... //depot/perl/hints/netbsd.sh#30 edit
Differences ...
==== //depot/perl/hints/netbsd.sh#30 (text) ====
Index: perl/hints/netbsd.sh
--- perl/hints/netbsd.sh#29~27263~ 2006-02-21 10:44:21.000000000 -0800
+++ perl/hints/netbsd.sh 2007-01-16 14:15:05.000000000 -0800
@@ -134,7 +134,7 @@
# 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
End of Patch.