Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / nbsd-nat.c
index 9205b2f9bc5ee5aa7e50958ddfbc7b8c00019665..d10d1ebe3852c93a9db3a7d1bb6ba78214edaba7 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD.
 
-   Copyright (C) 2006-2017 Free Software Foundation, Inc.
+   Copyright (C) 2006-2018 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];
This page took 0.037602 seconds and 4 git commands to generate.