* fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
This commit is contained in:
Jan Kratochvil
2011-03-10 11:29:54 +00:00
parent 10be1b6abe
commit 6d6c6b1f55
2 changed files with 5 additions and 1 deletions

View File

@@ -202,7 +202,7 @@ fbsd_make_corefile_notes (bfd *obfd, int *note_size)
if (get_exec_file (0))
{
char *fname = lbasename (get_exec_file (0));
const char *fname = lbasename (get_exec_file (0));
char *psargs = xstrdup (fname);
if (get_inferior_args ())