From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23209 invoked by alias); 8 Mar 2005 22:18:52 -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 23001 invoked from network); 8 Mar 2005 22:18:47 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 8 Mar 2005 22:18:47 -0000 Received: (qmail 31346 invoked from network); 8 Mar 2005 22:18:46 -0000 Received: from localhost (HELO ?192.168.0.4?) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 8 Mar 2005 22:18:46 -0000 Message-ID: <422E24BC.7060906@codesourcery.com> Date: Tue, 08 Mar 2005 22:18:00 -0000 From: Mark Mitchell Organization: CodeSourcery, LLC User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: PATCH: Rename "struct environ" to "struct gdb_environ" References: <200503082201.j28M1cBE018158@sethra.codesourcery.com> <20050308220930.GA27870@nevyn.them.org> In-Reply-To: <20050308220930.GA27870@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00133.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Mar 08, 2005 at 02:01:38PM -0800, Mark Mitchell wrote: > >>Some versions of the MinGW defines an "environ" macro. >>That conflicts with "struct environ" in GDB. This patch replaces >>"struct environ" with "struct gdb_environ" to avoid the problem. >> >>OK to apply? > > > Yes, this is OK. environ.[ch] and inferior.h also need copyright year > updates - and please add 2004 for inferior.h while you're there. Done, thanks. -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304