From: Gurusamy Sarathy Date: Thu, 17 Sep 1998 01:42:51 +0000 (+0000) Subject: ntohl typo in objXSUB.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0640f31bb84d7416f4f8d8cf42a8724fad417771;hp=7060ecfedfb01287e3f9f9ed6ddd6c3506414a16;p=p5sagit%2Fp5-mst-13.2.git ntohl typo in objXSUB.h p4raw-id: //depot/perl@1786 --- diff --git a/objXSUB.h b/objXSUB.h index 03978ab..a3ddde7 100644 --- a/objXSUB.h +++ b/objXSUB.h @@ -2077,8 +2077,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