Add GPL copyright notices to uncopyrighted files.
[deliverable/binutils-gdb.git] / gdb / remote-rdp.c
index 7a0e53c5df93d5a25162dc17d6fe7394445d4a3a..09365ec88d91279972b50f26aa29c84bdb125576 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "defs.h"
 #include "inferior.h"
-#include "wait.h"
+#include "gdb_wait.h"
 #include "value.h"
 #include "callback.h"
 #include "command.h"
@@ -167,11 +167,10 @@ static int timeout = 2;
 static char *commandline = NULL;
 
 static int
-remote_rdp_xfer_inferior_memory PARAMS ((CORE_ADDR memaddr,
-                                        char *myaddr,
-                                        int len,
-                                        int write,
-                                        struct target_ops * target));
+remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr,
+                                char *myaddr,
+                                int len,
+                                int write, struct target_ops *target);
 
 
 /* Stuff for talking to the serial layer. */
This page took 0.022785 seconds and 4 git commands to generate.