Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-08-30 17:37:23 +0400
committerChristopher Faylor <me@cgf.cx>2001-08-30 17:37:23 +0400
commit4208d592f30bccc25bfd46f329c6d21c8d4ae5e1 (patch)
tree1002769ed30a8b2040652671a86d87e5ba03a112 /winsup/w32api
parentf0b4b3865dcc15cfbe141c308115b3c395a93ddb (diff)
* include/winsock2.h: Remove "extra token" after #endif.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/winsock2.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 404b72993..e8350d971 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/winsock2.h b/winsup/w32api/include/winsock2.h
index 0de258c7c..721d341f0 100644
--- a/winsup/w32api/include/winsock2.h
+++ b/winsup/w32api/include/winsock2.h
@@ -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)