mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
get rid of pt_regs argument of search_binary_handler()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
835ab32dff
commit
3c456bfc4b
6 changed files with 8 additions and 9 deletions
|
@ -199,7 +199,7 @@ static int load_misc_binary(struct linux_binprm *bprm, struct pt_regs *regs)
|
|||
|
||||
bprm->recursion_depth++;
|
||||
|
||||
retval = search_binary_handler (bprm, regs);
|
||||
retval = search_binary_handler(bprm);
|
||||
if (retval < 0)
|
||||
goto _error;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue