From: Chaskiel M Grundman Date: Sat, 26 Jul 2003 21:44:06 +0000 (+0000) Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0b4086be61790b6983e8b3e4481fb6ca437ec94;p=p5sagit%2Fp5-mst-13.2.git [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2 From: Chaskiel M Grundman (via RT) Message-ID: Helps (the admittedly old) DEC OSF/1 3.x and harms not newer releases 4.x and 5.x. p4raw-id: //depot/perl@20301 --- diff --git a/perl.h b/perl.h index 2e6a9f0..34f6dd0 100644 --- a/perl.h +++ b/perl.h @@ -672,11 +672,6 @@ int usleep(unsigned int); # define WIN32SCK_IS_STDSCK /* don't pull in custom wsock layer */ #endif -/* In Tru64 use the 4.4BSD struct msghdr, not the 4.3 one */ -#if defined(__osf__) && defined(__alpha) && !defined(_SOCKADDR_LEN) -# define _SOCKADDR_LEN -#endif - #if defined(HAS_SOCKET) && !defined(VMS) && !defined(WIN32) /* VMS/WIN32 handle sockets via vmsish.h/win32.h */ # include # if defined(USE_SOCKS) && defined(I_SOCKS)