linux-nat: Remove unused parameter
[deliverable/binutils-gdb.git] / gdb / bsd-kvm.c
index 9e15fabf3367b3994ce3c5fdf50d627a648aaa00..98e242836d9d236037205bde29c32f3ec159983a 100644 (file)
@@ -1,6 +1,6 @@
 /* BSD Kernel Data Access Library (libkvm) interface.
 
-   Copyright (C) 2004-2016 Free Software Foundation, Inc.
+   Copyright (C) 2004-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -329,7 +329,7 @@ bsd_kvm_thread_alive (struct target_ops *ops,
   return 1;
 }
 
-static char *
+static const char *
 bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid)
 {
   static char buf[64];
This page took 0.025115 seconds and 4 git commands to generate.