"complete" command and completion word break characters
[deliverable/binutils-gdb.git] / gdb / remote-fileio.c
index e35bd5b66afe2902edaf46de394144f6e9872fef..252b423bfabc43a46c375b582037bea4132b2683 100644 (file)
@@ -1,6 +1,6 @@
 /* Remote File-I/O communications
 
-   Copyright (C) 2003-2016 Free Software Foundation, Inc.
+   Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1100,7 +1100,7 @@ remote_fileio_func_system (char *buf)
 }
 
 static struct {
-  char *name;
+  const char *name;
   void (*func)(char *);
 } remote_fio_func_map[] = {
   { "open", remote_fileio_func_open },
This page took 0.025271 seconds and 4 git commands to generate.