From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8470 invoked by alias); 7 Mar 2008 19:44:53 -0000 Received: (qmail 8461 invoked by uid 22791); 7 Mar 2008 19:44:52 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Mar 2008 19:44:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E07A22AA2B9 for ; Fri, 7 Mar 2008 14:44:28 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EaN67alljY1t for ; Fri, 7 Mar 2008 14:44:28 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ACAD72AA2A1 for ; Fri, 7 Mar 2008 14:44:28 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 6D4F7E7ACB; Fri, 7 Mar 2008 11:44:26 -0800 (PST) Date: Fri, 07 Mar 2008 19:44:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] compilation error in remote.c on sparc-solaris Message-ID: <20080307194426.GD3892@adacore.com> References: <20080307182744.GG3995@adacore.com> <1204916101.19253.715.camel@localhost.localdomain> <20080307190151.GA32333@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080307190151.GA32333@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00057.txt.bz2 > > > 2008-03-07 Joel Brobecker > > > > > > * remote.c (extended_remote_attach_1): Make local variable pid an int > > > instead of a pid_t. > > This is OK - thanks, Joel, I'd been meaning to fix this since we > noticed it :-( I can't find the number, but I'm pretty sure there's > a PR in gnats too. Thank! I searched the database too, and couldn't find any PR either... -- Joel