Ok, make this compile for real this time. recvfrom_args doesn't have a
fromlen member, instead it has a fromlenaddr pointer member. Set it to NULL.
This commit is contained in:
parent
2a11973f91
commit
fa58184de8
@ -2274,7 +2274,7 @@ int svr4_sys_recv(td, uap)
|
||||
SCARG(&ora, len) = SCARG(uap, len);
|
||||
SCARG(&ora, flags) = SCARG(uap, flags);
|
||||
SCARG(&ora, from) = NULL;
|
||||
SCARG(&ora, fromlen) = 0;
|
||||
SCARG(&ora, fromlenaddr) = NULL;
|
||||
return recvfrom(td, &ora);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user