X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fnbsd-nat.c;h=f832a372511fc356697661d5d0cf9890755681a0;hb=27e4fac77ea57b288ac1e08d936d9a8fdc01a1ee;hp=72c3c0618dc80a47abcea890e155a83bf720dcf4;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nbsd-nat.c b/gdb/nbsd-nat.c index 72c3c0618d..f832a37251 100644 --- a/gdb/nbsd-nat.c +++ b/gdb/nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -25,7 +25,7 @@ the child process identified by PID. */ char * -nbsd_pid_to_exec_file (struct target_ops *self, int pid) +nbsd_nat_target::pid_to_exec_file (int pid) { ssize_t len; static char buf[PATH_MAX];