projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2da79f3
)
BeOS has sockets but not true ones.
Jarkko Hietaniemi [Mon, 28 Jan 2002 14:33:36 +0000 (14:33 +0000)]
p4raw-id: //depot/perl@14470
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
f8764c7
..
3fb4be9
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-2282,7
+2282,7
@@
PP(pp_socket)
PP(pp_sockpair)
{
-#if defined (HAS_SOCKETPAIR) || defined (HAS_SOCKET)
+#if defined (HAS_SOCKETPAIR) || (defined (HAS_SOCKET) && defined(SOCK_DGRAM))
dSP;
GV *gv1;
GV *gv2;