Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 30 Aug 2001 09:38:31 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Cc: mingw-dvlpr AT lists DOT sourceforge DOT net Subject: [PATCH] Minor w32api fix Message-ID: <20010830093831.A13139@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com, mingw-dvlpr AT lists DOT sourceforge DOT net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i I don't know if this is in the mingw version of this file, but I thought I'd cc you guys just in case. cgf Thu Aug 30 09:35:51 2001 Christopher Faylor * include/winsock2.h: Remove "extra token" after #endif. Index: include/winsock2.h =================================================================== RCS file: /cvs/uberbaum/winsup/w32api/include/winsock2.h,v retrieving revision 1.9 diff -p -r1.9 winsock2.h *** winsock2.h 2001/08/30 04:29:49 1.9 --- winsock2.h 2001/08/30 13:36:46 *************** typedef WSADATA *LPWSADATA; *** 265,271 **** #define SO_RCVTIMEO 0x1006 #define SO_ERROR 0x1007 #define SO_TYPE 0x1008 ! #endif ./* ! (__INSIDE_CYGWIN__ || __INSIDE_MSYS__) */ #define INVALID_SOCKET (SOCKET)(~0) #define SOCKET_ERROR (-1) --- 265,271 ---- #define SO_RCVTIMEO 0x1006 #define SO_ERROR 0x1007 #define SO_TYPE 0x1008 ! #endif /* ! (__INSIDE_CYGWIN__ || __INSIDE_MSYS__) */ #define INVALID_SOCKET (SOCKET)(~0) #define SOCKET_ERROR (-1)