import gnulib sys/stat.h module
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 81fea53955d5e773926e3cc56580813b19304296..e81b2de9f960a1ad5badc47bb848de6bc73e4391 100644 (file)
@@ -26,7 +26,7 @@
 #include "inferior.h"
 #include "target.h"
 #include "regcache.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "gdbthread.h"
 #include <ctype.h>
 #include <signal.h>
@@ -878,7 +878,7 @@ m32r_wait (struct target_ops *ops,
    Use this when you want to detach and do something else
    with your gdb.  */
 static void
-m32r_detach (struct target_ops *ops, char *args, int from_tty)
+m32r_detach (struct target_ops *ops, const char *args, int from_tty)
 {
   if (remote_debug)
     fprintf_unfiltered (gdb_stdlog, "m32r_detach(%d)\n", from_tty);
This page took 0.024014 seconds and 4 git commands to generate.