Fix arm-epoc-pe build problem:
[deliverable/binutils-gdb.git] / gdb / remote-rdp.c
index ef45ca368521ec723ce2745828cc813d53073b84..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. */
@@ -480,7 +479,7 @@ send_rdp (char *template,...)
          abort ();
        }
     }
-  va_end (args);
+  va_end (alist);
 
   if (dst != buf)
     abort ();
This page took 0.023806 seconds and 4 git commands to generate.