diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index a501d92..281b034 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -57,7 +57,7 @@ /* Return the name of a file that can be opened to get the symbols for the child process identified by PID. */ -char * +const char * fbsd_nat_target::pid_to_exec_file (int pid) { static char buf[PATH_MAX]; |