From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14117 invoked by alias); 5 Oct 2006 20:19:25 -0000 Received: (qmail 14106 invoked by uid 22791); 5 Oct 2006 20:19:24 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Oct 2006 20:19:19 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k95KIj1h016629; Thu, 5 Oct 2006 22:18:45 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id k95KIjAJ023835; Thu, 5 Oct 2006 22:18:45 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id k95KIjxA012135; Thu, 5 Oct 2006 22:18:45 +0200 (CEST) Date: Thu, 05 Oct 2006 20:19:00 -0000 Message-Id: <200610052018.k95KIjxA012135@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org, mark.kettenis@xs4all.nl In-reply-to: <20061005194435.GA10269@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 5 Oct 2006 15:44:35 -0400) Subject: Re: Build fix for expat 1.95 References: <20061003160151.GA13665@nevyn.them.org> <200610032200.k93M0mZO014478@elgar.sibelius.xs4all.nl> <20061003234522.GA31007@nevyn.them.org> <20061005194435.GA10269@nevyn.them.org> 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-10/txt/msg00034.txt.bz2 > Date: Thu, 5 Oct 2006 15:44:35 -0400 > From: Daniel Jacobowitz > > On Tue, Oct 03, 2006 at 07:45:22PM -0400, Daniel Jacobowitz wrote: > > On Wed, Oct 04, 2006 at 12:00:48AM +0200, Mark Kettenis wrote: > > > > > Hmm, I wonder if it is worth putting this in a "gdb_expat.h". > > > > Yeah, that makes sense, since it's in two files. I'll try to make that > > change soon. > > Done, as so; thanks for suggesting it. Thanks