From 4208d592f30bccc25bfd46f329c6d21c8d4ae5e1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 30 Aug 2001 13:37:23 +0000 Subject: * include/winsock2.h: Remove "extra token" after #endif. --- winsup/w32api/ChangeLog | 4 ++++ winsup/w32api/include/winsock2.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'winsup/w32api') 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 + + * include/winsock2.h: Remove "extra token" after #endif. + 2001-08-31 Earnie Boyd * 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) -- cgit v1.2.3