OpenBSD cvs log

created 2024-02-19T11:04:01Z
begin 2024-02-12T22:07:33Z
end 2024-02-12T22:48:27Z
path src/sys
commits 1

date 2024-02-12T22:48:27Z
author mvs
files src/sys/kern/uipc_socket.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Pass protosw instead of domain structure to soalloc() to get real
`pr_type'. The corresponding domain is referenced as `pr_domain'.
Otherwise dp->dom_protosw->pr_type of inet sockets always points
to inetsw[0].

ok bluhm