Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit] Fix prototype related breakage in go32-nat.c
@ 2009-04-11 18:00 Eli Zaretskii
  2009-04-11 18:15 ` Pedro Alves
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2009-04-11 18:00 UTC (permalink / raw)
  To: gdb-patches

Didn't we agree at the time that the prototypes should be corrected as
well?

Committed.


2009-04-11  Eli Zaretskii  <eliz@gnu.org>

	* go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
	consistent with the change from 2009-03-17.

Index: gdb/go32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/go32-nat.c,v
retrieving revision 1.67
diff -u -r1.67 go32-nat.c
--- gdb/go32-nat.c	17 Mar 2009 19:28:08 -0000	1.67
+++ gdb/go32-nat.c	11 Apr 2009 17:55:06 -0000
@@ -167,8 +167,8 @@
 static int prog_has_started = 0;
 static void go32_open (char *name, int from_tty);
 static void go32_close (int quitting);
-static void go32_attach (char *args, int from_tty);
-static void go32_detach (char *args, int from_tty);
+static void go32_attach (struct target_ops *ops, char *args, int from_tty);
+static void go32_detach (struct target_ops *ops, char *args, int from_tty);
 static void go32_resume (struct target_ops *ops,
 			 ptid_t ptid, int step,
 			 enum target_signal siggnal);


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-13 18:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-11 18:00 [commit] Fix prototype related breakage in go32-nat.c Eli Zaretskii
2009-04-11 18:15 ` Pedro Alves
2009-04-11 19:27   ` Eli Zaretskii
2009-04-11 20:02     ` Pedro Alves
2009-04-11 21:26       ` Eli Zaretskii
2009-04-13 16:51         ` Tom Tromey
2009-04-13 18:38           ` Eli Zaretskii
2009-04-11 21:41       ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox