CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/15 12:01:30
Modified files:
sys/net : rtsock.c
Log message:
Simplify error path in in route_attach(). We always call it in thread
context so we always have `curproc' Also protocol control block is not
required for soreserve() so we can do it before `rop' allocation.
ok bluhm@
