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 X-Apparently-From: Message-ID: <3A7E1973.129BB2F2@yahoo.com> Date: Sun, 04 Feb 2001 22:09:39 -0500 From: Earnie Boyd Reply-To: Earnie Boyd X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Earnie Boyd Subject: libiberty/pexecute.c patch Content-Type: multipart/mixed; boundary="------------57DDFFF46EC9DF78927C7ED1" 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 * 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 --------------57DDFFF46EC9DF78927C7ED1-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com