提交 b7d43d03 编写于 作者: P Paul Bolle 提交者: Aurelien Jarno

bsd-user: fix "#if 0"'d printf()

Make an "#if 0"'d printf() in load_elf_binary() reflect what the actual
code does (see commit 3bc0bdca).
Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 c4c270e2
......@@ -1246,7 +1246,7 @@ int load_elf_binary(struct linux_binprm * bprm, struct target_pt_regs * regs,
}
#if 0
printf("Using ELF interpreter %s\n", elf_interpreter);
printf("Using ELF interpreter %s\n", path(elf_interpreter));
#endif
if (retval >= 0) {
retval = open(path(elf_interpreter), O_RDONLY);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册