| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
| List-Post: | <mailto:cygwin-developers AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-developers-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin-developers AT sources DOT redhat DOT com |
| X-Apparently-From: | <earnie?boyd AT yahoo DOT com> |
| Message-ID: | <3B8E6D0F.C621CE00@yahoo.com> |
| Date: | Thu, 30 Aug 2001 12:42:55 -0400 |
| From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| X-Mailer: | Mozilla 4.77 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | cygwin-developers AT cygwin DOT com |
| CC: | mingw-dvlpr AT lists DOT sourceforge DOT net |
| Subject: | Re: [PATCH] Minor w32api fix |
| References: | <20010830093831 DOT A13139 AT redhat DOT com> |
My fault. Thanks, Earnie. Christopher Faylor wrote: > > 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 <cgf AT cygnus DOT com> > > * 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) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |