summaryrefslogtreecommitdiff
path: root/objXSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-17 01:42:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-17 01:42:51 +0000
commit0640f31bb84d7416f4f8d8cf42a8724fad417771 (patch)
treec1054f3e04353be01c5f9975e66bb8486a42a7a1 /objXSUB.h
parent7060ecfedfb01287e3f9f9ed6ddd6c3506414a16 (diff)
downloadperl-0640f31bb84d7416f4f8d8cf42a8724fad417771.tar.gz
ntohl typo in objXSUB.h
p4raw-id: //depot/perl@1786
Diffstat (limited to 'objXSUB.h')
-rw-r--r--objXSUB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/objXSUB.h b/objXSUB.h
index 03978abbb0..a3ddde701f 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