From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sourceware.org
Subject: [commit/obvious] Add missing ops parameter in go32_create_inferior
Date: Mon, 16 Mar 2009 19:20:00 -0000 [thread overview]
Message-ID: <20090316190720.GF9576@adacore.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
I feel like I'm earning lots of brownie points, right now :-)
I found by accident that one function had its prototype changed,
but not the actual declaration...
2009-03-16 Joel Brobecker <brobecker@adacore.com>
* go32-nat.c (go32_create_inferior): Add missing ops parameter.
Checked in as obvious. I hope the file builds again, now.
--
Joel
[-- Attachment #2: go32-nat.c.diff --]
[-- Type: text/x-diff, Size: 575 bytes --]
Index: go32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/go32-nat.c,v
retrieving revision 1.65
diff -u -p -r1.65 go32-nat.c
--- go32-nat.c 23 Feb 2009 00:03:49 -0000 1.65
+++ go32-nat.c 16 Mar 2009 18:56:20 -0000
@@ -591,7 +591,8 @@ go32_kill_inferior (void)
}
static void
-go32_create_inferior (char *exec_file, char *args, char **env, int from_tty)
+go32_create_inferior (struct target_ops *ops, char *exec_file,
+ char *args, char **env, int from_tty)
{
extern char **environ;
jmp_buf start_state;
next reply other threads:[~2009-03-16 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 19:20 Joel Brobecker [this message]
2009-03-16 19:48 ` Pedro Alves
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=20090316190720.GF9576@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
/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