From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6303 invoked by alias); 16 Mar 2005 19:58:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6206 invoked from network); 16 Mar 2005 19:58:11 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 16 Mar 2005 19:58:11 -0000 Received: from zaretski (IGLD-84-228-249-95.inter.net.il [84.228.249.95]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DYI07818 (AUTH halo1); Wed, 16 Mar 2005 21:56:10 +0200 (IST) Date: Wed, 16 Mar 2005 19:58:00 -0000 From: "Eli Zaretskii" To: Mark Mitchell Message-ID: <01c52a61$Blat.v2.4$ef1740c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: drow@false.org, gdb-patches@sources.redhat.com In-reply-to: <423860D8.2050605@codesourcery.com> (message from Mark Mitchell on Wed, 16 Mar 2005 08:37:44 -0800) Subject: Re: PATCH: Guard uses of fork Reply-to: Eli Zaretskii References: <200503100400.j2A4055p021369@sirius.codesourcery.com> <20050316152923.GA30681@nevyn.them.org> <423860D8.2050605@codesourcery.com> X-SW-Source: 2005-03/txt/msg00225.txt.bz2 > Date: Wed, 16 Mar 2005 08:37:44 -0800 > From: Mark Mitchell > CC: gdb-patches@sources.redhat.com > > Daniel Jacobowitz wrote: > > > This is OK. I'm not sure my understanding of the DJGPP bits is > > correct, but this patch is safe whether I was right or wrong, which is > > why I like it. > > Applied, thanks! In the future, when a patch touches something that is related to the DJGPP port, I'd appreciate if people would wait with committing the changes until I had the chance to review and okay it. Even if the patch looks obviously correct, like in this case. That's because the way the DJGPP port is configured and built is tricky and some of its subtle aspects are just that--subtle. (And if I don't respond within a day, ping me: I sometimes miss the original message due to lack of time to read every line.) TIA