From: Gurusamy Sarathy Date: Fri, 28 Aug 1998 00:33:15 +0000 (-0400) Subject: Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu> X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0cb55f7913a0e7a0a9c503ba7c54c0e60aa297d;p=p5sagit%2Fp5-mst-13.2.git Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu> Subject: socket problems on NT p4raw-id: //depot/maint-5.005/perl@1782 --- diff --git a/objXSUB.h b/objXSUB.h index d548d20..6e1e347 100644 --- a/objXSUB.h +++ b/objXSUB.h @@ -1977,8 +1977,8 @@ #define signal PerlProc_signal #define htonl PerlSock_htonl #define htons PerlSock_htons -#define ntohs PerlSock_ntohl -#define ntohl PerlSock_ntohs +#define ntohl PerlSock_ntohl +#define ntohs PerlSock_ntohs #define accept PerlSock_accept #define bind PerlSock_bind #define connect PerlSock_connect