From f0cb55f7913a0e7a0a9c503ba7c54c0e60aa297d Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 27 Aug 1998 20:33:15 -0400 Subject: [PATCH] Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu> Subject: socket problems on NT p4raw-id: //depot/maint-5.005/perl@1782 --- objXSUB.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4