* ui-file.c (gdb_fopen): Make arguments const.
authorTom Tromey <tromey@redhat.com>
Tue, 14 May 2013 20:35:24 +0000 (20:35 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 May 2013 20:35:24 +0000 (20:35 +0000)
* ui-file.h (gdb_fopen): Make arguments const.

gdb/ChangeLog
gdb/ui-file.c
gdb/ui-file.h

index db4d2fa..6396235 100644 (file)
@@ -1,5 +1,10 @@
 2013-05-14  Tom Tromey  <tromey@redhat.com>
 
+       * ui-file.c (gdb_fopen): Make arguments const.
+       * ui-file.h (gdb_fopen): Make arguments const.
+
+2013-05-14  Tom Tromey  <tromey@redhat.com>
+
        * remote.c (remote_set_trace_notes): Make arguments const.
        * target.c (update_current_target): Update cast.
        * target.h (to_set_trace_notes): Make arguments const.
index 5671abd..cf5a86d 100644 (file)
@@ -663,7 +663,7 @@ stdio_fileopen (FILE *file)
 }
 
 struct ui_file *
-gdb_fopen (char *name, char *mode)
+gdb_fopen (const char *name, const char *mode)
 {
   FILE *f = gdb_fopen_cloexec (name, mode);
 
index 4196524..9fef68c 100644 (file)
@@ -130,7 +130,7 @@ extern struct ui_file *mem_fileopen (void);
 extern struct ui_file *stdio_fileopen (FILE *file);
 
 /* Open NAME returning an STDIO based UI_FILE.  */
-extern struct ui_file *gdb_fopen (char *name, char *mode);
+extern struct ui_file *gdb_fopen (const char *name, const char *mode);
 
 /* Create a file which writes to both ONE and TWO.  CLOSE_ONE
    and CLOSE_TWO indicate whether the original files should be