delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/08/30/09:38:53

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
Date: Thu, 30 Aug 2001 09:38:31 -0400
From: Christopher Faylor <cgf AT redhat DOT com>
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
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 <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)

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019