aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_em86.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/binfmt_em86.c')
-rw-r--r--fs/binfmt_em86.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/binfmt_em86.c b/fs/binfmt_em86.c
index 490538536cb4..dd2d3f0cd55d 100644
--- a/fs/binfmt_em86.c
+++ b/fs/binfmt_em86.c
@@ -24,7 +24,8 @@
24 24
25static int load_em86(struct linux_binprm *bprm) 25static int load_em86(struct linux_binprm *bprm)
26{ 26{
27 char *interp, *i_name, *i_arg; 27 const char *i_name, *i_arg;
28 char *interp;
28 struct file * file; 29 struct file * file;
29 int retval; 30 int retval;
30 struct elfhdr elf_ex; 31 struct elfhdr elf_ex;