From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4814 invoked by alias); 10 Jun 2006 21:54:12 -0000 Received: (qmail 4798 invoked by uid 22791); 10 Jun 2006 21:54:11 -0000 X-Spam-Check-By: sourceware.org Received: from colibri.its.uu.se (HELO colibri.its.uu.se) (130.238.4.154) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 10 Jun 2006 21:53:27 +0000 Received: by colibri.its.uu.se (Postfix, from userid 211) id A9783705; Sat, 10 Jun 2006 23:53:24 +0200 (DFT) Received: from colibri.its.uu.se(127.0.0.1) by colibri.its.uu.se via virus-scan id s14356; Sat, 10 Jun 06 23:53:15 +0200 Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by colibri.its.uu.se (Postfix) with ESMTP id 851286CB; Sat, 10 Jun 2006 23:53:15 +0200 (DFT) Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 7F26644004; Sat, 10 Jun 2006 23:53:15 +0200 (CEST) From: "Alfred M. Szmidt" To: ams@gnu.org CC: gdb-patches@sourceware.org In-reply-to: <20060610214554.DC67F44004@Psilocybe.Update.UU.SE> (ams@gnu.org) Subject: Re: Fix GNU build Reply-to: ams@gnu.org References: <20060610214554.DC67F44004@Psilocybe.Update.UU.SE> Message-Id: <20060610215315.7F26644004@Psilocybe.Update.UU.SE> Date: Sat, 10 Jun 2006 21:54:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00132.txt.bz2 Sorry, the ChangeLog email address is wrong, it should be "ams@gnu.org". Here is a new correct ChangeLog. 2006-06-10 Alfred M. Szmidt * gnu-nat.c: Undefine _process_user_ before including . (gnu_resume): Supply missing argument to error(). (gnu_read_inferior): Add extra parenthesis around arithmetic expression to silence warnings from GCC. (gnu_write_inferior): Likewise. (gnu_xfer_memory): Changed type of MYADDR to `gdb_byte *'.