Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was
intended. This fixes the build, but might require revision.
This commit is contained in:
parent
1c325cb9dc
commit
38da2381cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132331
@ -429,7 +429,7 @@ struct linux_sendto_args {
|
||||
* tweak endian-dependent fields in the IP packet.
|
||||
*/
|
||||
static int
|
||||
linux_sendto_hdrincl(struct thread *td, caddr_t *sg, struct linux_sendto_args *linux_args)
|
||||
linux_sendto_hdrincl(struct thread *td, struct linux_sendto_args *linux_args)
|
||||
{
|
||||
/*
|
||||
* linux_ip_copysize defines how many bytes we should copy
|
||||
|
Loading…
Reference in New Issue
Block a user