CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/26 10:51:18
Modified files:
sys/kern : uipc_usrreq.c
sys/sys : unpcb.h
Log message:
Merge uipc_bind() with unp_bind(). Unlike other unp_*() functions,
unp_bind() has the only uipc_bind() caller. In the uipc_usrreq() times,
it made sense to have dedicated unp_bind() for prevent tne code mess
within giant switch(), but now it doesn't.
ok bluhm@
