From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23447 invoked by alias); 27 Aug 2008 13:58:55 -0000 Received: (qmail 23439 invoked by uid 22791); 27 Aug 2008 13:58:54 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.233) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 27 Aug 2008 13:58:15 +0000 Received: by wr-out-0506.google.com with SMTP id c55so3629883wra.0 for ; Wed, 27 Aug 2008 06:58:13 -0700 (PDT) Received: by 10.90.104.20 with SMTP id b20mr8943640agc.63.1219845493309; Wed, 27 Aug 2008 06:58:13 -0700 (PDT) Received: from ?192.168.1.5? ( [200.161.1.30]) by mx.google.com with ESMTPS id j5sm28760871rne.13.2008.08.27.06.57.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Aug 2008 06:58:00 -0700 (PDT) Message-Id: From: "Dr. Rolf Jansen" To: gdb-patches@sourceware.org In-Reply-To: <200808271327.m7RDRtWM016615@d12av02.megacenter.de.ibm.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: [commit] Add missing include (Re: Two minor issues) Date: Wed, 27 Aug 2008 13:58:00 -0000 References: <200808271327.m7RDRtWM016615@d12av02.megacenter.de.ibm.com> X-Mailer: Apple Mail (2.928.1) 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: 2008-08/txt/msg00635.txt.bz2 Am 27.08.2008 um 10:27 schrieb Ulrich Weigand: > Dr. Rolf Jansen wrote: > >> 1. remote.c does not compile because the new function >> remote_bfd_iovec_stat() makes a reference to the stat structure and >> that is not defined by default on MaC OS X. In order to fix this I >> added "#include " somewhere at the top of the file. > > Ah, sorry for the breakage. I've committed the patch below, which > should fix this problem. Many thanks. It does compile now at OS X. Best regards Rolf Jansen