gdb/ChangeLog:
* bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
(bsd_kvm_proc_cmd): Likewise.
+2017-11-15 John Baldwin <jhb@FreeBSD.org>
+
+ * bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
+ (bsd_kvm_proc_cmd): Likewise.
+
2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
* tui/tui-win.c (window_name_completer): Replace VEC with
#ifndef HAVE_STRUCT_THREAD_TD_PCB
static void
-bsd_kvm_proc_cmd (char *arg, int fromtty)
+bsd_kvm_proc_cmd (const char *arg, int fromtty)
{
CORE_ADDR addr;
#endif
static void
-bsd_kvm_pcb_cmd (char *arg, int fromtty)
+bsd_kvm_pcb_cmd (const char *arg, int fromtty)
{
if (arg == NULL)
/* i18n: PCB == "Process Control Block". */