Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[cascardo/linux.git] / fs / binfmt_em86.c
index 4905385..dd2d3f0 100644 (file)
@@ -24,7 +24,8 @@
 
 static int load_em86(struct linux_binprm *bprm)
 {
-       char *interp, *i_name, *i_arg;
+       const char *i_name, *i_arg;
+       char *interp;
        struct file * file;
        int retval;
        struct elfhdr   elf_ex;