From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6807 invoked by alias); 16 Mar 2009 19:42:00 -0000 Received: (qmail 6799 invoked by uid 22791); 16 Mar 2009 19:42:00 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Mar 2009 19:41:55 +0000 Received: (qmail 19714 invoked from network); 16 Mar 2009 19:41:53 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 16 Mar 2009 19:41:53 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [commit/obvious] Add missing ops parameter in go32_create_inferior Date: Mon, 16 Mar 2009 19:48:00 -0000 User-Agent: KMail/1.9.10 Cc: Joel Brobecker References: <20090316190720.GF9576@adacore.com> In-Reply-To: <20090316190720.GF9576@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903161941.53590.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2009-03/txt/msg00277.txt.bz2 On Monday 16 March 2009 19:07:20, Joel Brobecker wrote: > I feel like I'm earning lots of brownie points, right now :-) At least this one wasn't me! :-) > I found by accident that one function had its prototype changed, > but not the actual declaration... > > 2009-03-16 Joel Brobecker > > * go32-nat.c (go32_create_inferior): Add missing ops parameter. > > Checked in as obvious. I hope the file builds again, now. -- Pedro Alves