mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
linux-user: Replace bprm->fd with bprm->src.fd
There are only a couple of uses of bprm->fd remaining. Migrate to the other field. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
86cf82dc9f
commit
d0b6b79323
3 changed files with 6 additions and 8 deletions
|
@ -74,7 +74,6 @@ struct linux_binprm {
|
|||
char buf[BPRM_BUF_SIZE] __attribute__((aligned));
|
||||
ImageSource src;
|
||||
abi_ulong p;
|
||||
int fd;
|
||||
int e_uid, e_gid;
|
||||
int argc, envc;
|
||||
char **argv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue