from the non-ANSI comment police (was: it won't compile on win32)
[p5sagit/p5-mst-13.2.git] / win32 / include / sys / socket.h
index d1f1de6..0f71ad8 100644 (file)
@@ -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 */