get rid of pt_regs argument of ->load_binary()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -104,7 +104,7 @@ static Node *check_file(struct linux_binprm *bprm)
|
||||
/*
|
||||
* the loader itself
|
||||
*/
|
||||
static int load_misc_binary(struct linux_binprm *bprm, struct pt_regs *regs)
|
||||
static int load_misc_binary(struct linux_binprm *bprm)
|
||||
{
|
||||
Node *fmt;
|
||||
struct file * interp_file = NULL;
|
||||
|
Reference in New Issue
Block a user