From: "Ulrich Weigand" <uweigand@de.ibm.com>
To: rolf.anroni@gmail.com (Dr. Rolf Jansen)
Cc: gdb-patches@sourceware.org
Subject: [commit] Add missing include (Re: Two minor issues)
Date: Wed, 27 Aug 2008 13:28:00 -0000 [thread overview]
Message-ID: <200808271327.m7RDRtWM016615@d12av02.megacenter.de.ibm.com> (raw)
In-Reply-To: <16C866B7-F5D2-4D95-922F-9D19ABC54D45@gmail.com> from "Dr. Rolf Jansen" at Aug 27, 2008 08:55:56 AM
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 <sys/stat.h>" somewhere at the top of the file.
Ah, sorry for the breakage. I've committed the patch below, which
should fix this problem.
Thanks,
Ulrich
ChangeLog:
* remote.c: Include "gdb_stat.h".
Index: gdb/remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.307
diff -c -p -r1.307 remote.c
*** gdb/remote.c 26 Aug 2008 17:30:35 -0000 1.307
--- gdb/remote.c 27 Aug 2008 13:23:03 -0000
***************
*** 59,64 ****
--- 59,65 ----
#include "remote-fileio.h"
#include "gdb/fileio.h"
+ #include "gdb_stat.h"
#include "memory-map.h"
--
Dr. Ulrich Weigand
GNU Toolchain for Linux on System z and Cell BE
Ulrich.Weigand@de.ibm.com
next prev parent reply other threads:[~2008-08-27 13:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-27 11:56 Two minor issues Dr. Rolf Jansen
2008-08-27 13:28 ` Ulrich Weigand [this message]
2008-08-27 13:58 ` [commit] Add missing include (Re: Two minor issues) Dr. Rolf Jansen
2008-08-27 13:48 ` Two minor issues Thiago Jung Bauermann
2008-08-27 13:56 ` Daniel Jacobowitz
2008-08-27 17:46 ` Dr. Rolf Jansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200808271327.m7RDRtWM016615@d12av02.megacenter.de.ibm.com \
--to=uweigand@de.ibm.com \
--cc=gdb-patches@sourceware.org \
--cc=rolf.anroni@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox