projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc4938c
)
getservbyname_r() kaputt in OpenBSD (might get fixed
Jarkko Hietaniemi [Sun, 16 Mar 2003 21:50:24 +0000 (21:50 +0000)]
for 3.3, but only might)
p4raw-id: //depot/perl@19001
hints/openbsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/openbsd.sh
b/hints/openbsd.sh
index
54626fb
..
5d47e0a
100644
(file)
--- a/
hints/openbsd.sh
+++ b/
hints/openbsd.sh
@@
-112,6
+112,11
@@
$define|true|[yY]*)
libswanted="$*"
;;
esac
+ case "$osvers" in
+ [012].*|3.[0-3])
+ # Broken at least up to OpenBSD 3.2, we'll see about 3.3.
+ d_getservbyname_r=$undef ;;
+ esac
esac
EOCBU