From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11990 invoked by alias); 8 Mar 2005 22:09:43 -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 11937 invoked from network); 8 Mar 2005 22:09:39 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 8 Mar 2005 22:09:39 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1D8mtO-0007Ho-8l; Tue, 08 Mar 2005 17:09:30 -0500 Date: Tue, 08 Mar 2005 22:09:00 -0000 From: Daniel Jacobowitz To: Mark Mitchell Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Rename "struct environ" to "struct gdb_environ" Message-ID: <20050308220930.GA27870@nevyn.them.org> Mail-Followup-To: Mark Mitchell , gdb-patches@sources.redhat.com References: <200503082201.j28M1cBE018158@sethra.codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503082201.j28M1cBE018158@sethra.codesourcery.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00129.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery, LLC