From cb69f87a007debfba124ee7db6ef7f6a2ac42df7 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 29 Dec 2001 21:38:59 +0100 Subject: from the non-ANSI comment police (was: it won't compile on win32) Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> (NetWare tree not touched because it's very //) p4raw-id: //depot/perl@13939 --- win32/include/sys/socket.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'win32/include/sys') diff --git a/win32/include/sys/socket.h b/win32/include/sys/socket.h index d1f1de6b6a..0f71ad855a 100644 --- a/win32/include/sys/socket.h +++ b/win32/include/sys/socket.h @@ -1,7 +1,7 @@ -// sys/socket.h +/* sys/socket.h */ -// djl -// Provide UNIX compatibility +/* djl */ +/* Provide UNIX compatibility */ #ifndef _INC_SYS_SOCKET #define _INC_SYS_SOCKET @@ -109,9 +109,9 @@ void win32_endprotoent(void); void win32_endservent(void); #ifndef WIN32SCK_IS_STDSCK -// -// direct to our version -// + +/* direct to our version */ + #define htonl win32_htonl #define htons win32_htons #define ntohl win32_ntohl @@ -176,4 +176,4 @@ void win32_endservent(void); } #endif -#endif // _INC_SYS_SOCKET +#endif /* _INC_SYS_SOCKET */ -- cgit v1.2.1