Worth a try for [perl #17146]
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 6 May 2003 15:21:55 +0000 (15:21 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 6 May 2003 15:21:55 +0000 (15:21 +0000)
p4raw-id: //depot/perl@19435

ext/IO/poll.c

index a7892ff..02a99b9 100644 (file)
@@ -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>