ntohl typo in objXSUB.h
Gurusamy Sarathy [Thu, 17 Sep 1998 01:42:51 +0000 (01:42 +0000)]
p4raw-id: //depot/perl@1786

objXSUB.h

index 03978ab..a3ddde7 100644 (file)
--- a/objXSUB.h
+++ b/objXSUB.h
 #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