From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9773 invoked by alias); 13 Jan 2008 12:39:13 -0000 Received: (qmail 9761 invoked by uid 22791); 13 Jan 2008 12:39:12 -0000 X-Spam-Check-By: sourceware.org Received: from mk-outboundfilter-1.mail.uk.tiscali.com (HELO mk-outboundfilter-1.mail.uk.tiscali.com) (212.74.114.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 13 Jan 2008 12:38:43 +0000 X-Trace: 17936951/mk-outboundfilter-1.mail.uk.tiscali.com/PIPEX/$MX-ACCEPTED/pipex-infrastructure/62.241.163.7 X-SBRS: None X-RemoteIP: 62.241.163.7 X-IP-MAIL-FROM: nick.hudson@dsl.pipex.com X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CADKViUc+8aMH/2dsb2JhbACmRA Received: from blaster.systems.pipex.net ([62.241.163.7]) by smtp.pipex.tiscali.co.uk with ESMTP; 13 Jan 2008 12:38:40 +0000 Received: from [10.1.0.2] (81-178-15-87.dsl.pipex.com [81.178.15.87]) by blaster.systems.pipex.net (Postfix) with ESMTP id 50B83E000094; Sun, 13 Jan 2008 12:38:25 +0000 (GMT) From: Nick Hudson To: gdb-patches@sourceware.org Subject: Re: [rfa] Check for void * as 3rd arg of ptrace Date: Sun, 13 Jan 2008 12:39:00 -0000 User-Agent: KMail/1.9.7 Cc: Joel Brobecker References: <200801041558.59527.nick.hudson@dsl.pipex.com> <20080113104258.GI9143@adacore.com> In-Reply-To: <20080113104258.GI9143@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801131238.36583.nick.hudson@dsl.pipex.com> 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-01/txt/msg00321.txt.bz2 On Sunday 13 January 2008 10:42:58 Joel Brobecker wrote: > > 2008-01-04 Nick Hudson > > > > * configure.ac: Check for void * as 3 argument of ptrace. > > * configure: regenerate. > > Thanks, Nick. Looks good, please commit. Committed. Thanks, Nick