summaryrefslogtreecommitdiff
path: root/win32/include
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2001-12-29 21:38:59 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 20:17:55 +0000
commitcb69f87a007debfba124ee7db6ef7f6a2ac42df7 (patch)
treebbebb41aaeae6ba3d9971476a732fd1eb34f8792 /win32/include
parent9250d75a95295dd09aed581838f0b619792911cd (diff)
downloadperl-cb69f87a007debfba124ee7db6ef7f6a2ac42df7.tar.gz
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
Diffstat (limited to 'win32/include')
-rw-r--r--win32/include/netdb.h8
-rw-r--r--win32/include/sys/socket.h14
2 files changed, 11 insertions, 11 deletions
diff --git a/win32/include/netdb.h b/win32/include/netdb.h
index b0c5ea1949..43c03c7544 100644
--- a/win32/include/netdb.h
+++ b/win32/include/netdb.h
@@ -1,7 +1,7 @@
-// netdb.h
+/* netdb.h */
-// djl
-// Provide UNIX compatibility
+/* djl */
+/* Provide UNIX compatibility */
#ifndef _INC_NETDB
@@ -9,4 +9,4 @@
#include <sys/socket.h>
-#endif //_INC_NETDB
+#endif /* _INC_NETDB */
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 */