summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-06 15:21:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-06 15:21:55 +0000
commit4858b6ca14d891663971c998972aad6abc02b7e2 (patch)
tree81329c9e2a642e8401eedc183335ae5ce4b35c81 /ext/IO
parent1aad1664cf756e015147414b107d6e07ef43c6bc (diff)
downloadperl-4858b6ca14d891663971c998972aad6abc02b7e2.tar.gz
Worth a try for [perl #17146]
p4raw-id: //depot/perl@19435
Diffstat (limited to 'ext/IO')
-rw-r--r--ext/IO/poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/poll.c b/ext/IO/poll.c
index a7892ff34d..02a99b9725 100644
--- a/ext/IO/poll.c
+++ b/ext/IO/poll.c
@@ -22,7 +22,7 @@
# include <time.h>
#endif
#include <sys/types.h>
-#if defined(HAS_SOCKET) && !defined(VMS) /* VMS handles sockets via vmsish.h */
+#if defined(HAS_SOCKET) && !defined(VMS) && !defined(ultrix) /* VMS handles sockets via vmsish.h, ULTRIX dies of socket struct redefinitions */
# include <sys/socket.h>
#endif
#include <sys/stat.h>