delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/02/04/22:09:26

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: <3A7E1973.129BB2F2@yahoo.com>
Date: Sun, 04 Feb 2001 22:09:39 -0500
From: Earnie Boyd <earnie_boyd AT yahoo DOT com>
Reply-To: Earnie Boyd <cygwin-developers AT cygwin DOT com>
X-Mailer: Mozilla 4.76 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Earnie Boyd <cygwin-developers AT cygwin DOT com>
Subject: libiberty/pexecute.c patch

This is a multi-part message in MIME format.
--------------57DDFFF46EC9DF78927C7ED1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Let me know if I need to send this elsewhere.

Earnie.
--------------57DDFFF46EC9DF78927C7ED1
Content-Type: text/plain; charset=us-ascii;
 name="pexecute.c.diff.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pexecute.c.diff.txt"

Sun Feb  4 21:59:08  2001  Earnie Boyd  <earnie AT users DOT sourceforge DOT net>

	* libiberty/pexecute.c: Add an earlier test for __CYGWIN__ as _WIN32
	might not be defined.

Index: pexecute.c
===================================================================
RCS file: /cvs/src/src/libiberty/pexecute.c,v
retrieving revision 1.8
diff -u -3 -p -r1.8 pexecute.c
--- pexecute.c	2000/12/08 16:37:01	1.8
+++ pexecute.c	2001/02/05 02:58:00
@@ -238,7 +238,7 @@ pwait (pid, status, flags)
 
 #endif /* MSDOS */
 
-#if defined (_WIN32) && ! defined (_UWIN)
+#if (defined(_WIN32) || defined(__CYGWIN__)) && ! defined (_UWIN)
 
 #include <process.h>
 

--------------57DDFFF46EC9DF78927C7ED1--


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

- Raw text -


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