Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets.
This makes setsockopt() on them working. Reported by: Yuri <yuri rawbw.com> Approved by: re (kib)
This commit is contained in:
parent
64c5de5483
commit
e06432800f
@ -325,6 +325,7 @@ static struct protosw localsw[] = {
|
||||
*/
|
||||
.pr_flags = PR_ADDR|PR_ATOMIC|PR_CONNREQUIRED|PR_WANTRCVD|
|
||||
PR_RIGHTS,
|
||||
.pr_ctloutput = &uipc_ctloutput,
|
||||
.pr_usrreqs = &uipc_usrreqs_seqpacket,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user