OSDN Git Service

* include/winsock2.h: Remove "extra token" after #endif.
authorcgf <cgf>
Thu, 30 Aug 2001 13:37:23 +0000 (13:37 +0000)
committercgf <cgf>
Thu, 30 Aug 2001 13:37:23 +0000 (13:37 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winsock2.h

index 404b729..e8350d9 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 30 09:35:51 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * include/winsock2.h: Remove "extra token" after #endif.
+
 2001-08-31  Earnie Boyd  <earnie@SF.Net>
 
        * config.guess: Remove the \r from the end of line.
index 0de258c..721d341 100644 (file)
@@ -265,7 +265,7 @@ typedef WSADATA *LPWSADATA;
 #define SO_RCVTIMEO    0x1006
 #define SO_ERROR       0x1007
 #define SO_TYPE        0x1008
-#endif ./* ! (__INSIDE_CYGWIN__ || __INSIDE_MSYS__) */
+#endif /* ! (__INSIDE_CYGWIN__ || __INSIDE_MSYS__) */
 
 #define INVALID_SOCKET (SOCKET)(~0)
 #define SOCKET_ERROR   (-1)