* [commit/obvious] Add missing ops parameter in go32_create_inferior
@ 2009-03-16 19:20 Joel Brobecker
2009-03-16 19:48 ` Pedro Alves
0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2009-03-16 19:20 UTC (permalink / raw)
To: gdb-patches
[-- 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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-16 19:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-16 19:20 [commit/obvious] Add missing ops parameter in go32_create_inferior Joel Brobecker
2009-03-16 19:48 ` Pedro Alves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox