* remote-mips.c (mips_request, mips_wait): Correct prototypes.
authorIan Lance Taylor <ian@airs.com>
Fri, 14 Jan 1994 16:52:22 +0000 (16:52 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 14 Jan 1994 16:52:22 +0000 (16:52 +0000)
gdb/ChangeLog
gdb/remote-mips.c

index e326eb6..1ab78cb 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan 14 11:49:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * remote-mips.c (mips_request, mips_wait): Correct prototypes.
+
 Fri Jan 14 11:37:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config/i386/xm-linux.h: Define HAVE_TERMIOS.
index ed27e4d..02310b3 100644 (file)
@@ -58,7 +58,7 @@ static int mips_receive_packet PARAMS ((char *buff, int throw_error,
 
 static int
 mips_request PARAMS ((char cmd, unsigned int addr, unsigned int data,
-                     int *perr, timeout));
+                     int *perr, int timeout));
 
 static void
 mips_initialize PARAMS ((void));
@@ -76,7 +76,7 @@ static void mips_resume PARAMS ((int pid, int step,
                                 enum target_signal siggnal));
 
 static int
-mips_wait PARAMS ((int pid, WAITTYPE *status));
+mips_wait PARAMS ((int pid, struct target_waitstatus *status));
 
 static int
 mips_map_regno PARAMS ((int regno));