Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>
Gurusamy Sarathy [Fri, 28 Aug 1998 00:33:15 +0000 (20:33 -0400)]
Subject: socket problems on NT

p4raw-id: //depot/maint-5.005/perl@1782

objXSUB.h

index d548d20..6e1e347 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