Constify get_exec_file
[deliverable/binutils-gdb.git] / gdb / bsd-kvm.c
index 895686ef628a72b2d1599308da018ea991617634..74c044f6c734f2f2256ff650a633155c3942257c 100644 (file)
@@ -106,7 +106,7 @@ static void
 bsd_kvm_target_open (const char *arg, int from_tty)
 {
   char errbuf[_POSIX2_LINE_MAX];
-  char *execfile = NULL;
+  const char *execfile = NULL;
   kvm_t *temp_kd;
   char *filename = NULL;
 
This page took 0.025096 seconds and 4 git commands to generate.