From 0640f31bb84d7416f4f8d8cf42a8724fad417771 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 17 Sep 1998 01:42:51 +0000 Subject: [PATCH] ntohl typo in objXSUB.h p4raw-id: //depot/perl@1786 --- objXSUB.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4