Merge uipc_bind() with unp_bind(). Unlike other unp_*() functions,
authormvs <mvs@openbsd.org>
Sat, 26 Nov 2022 17:51:18 +0000 (17:51 +0000)
committermvs <mvs@openbsd.org>
Sat, 26 Nov 2022 17:51:18 +0000 (17:51 +0000)
commit57177aafd8e8e6345465fca4a6597c4f9be787c0
treeac68ff2af945e42b5cf4a273f64b89aeba2d5bb6
parent93a31bb555a3415e6e497b428f4b61c3a9c3b0c3
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@
sys/kern/uipc_usrreq.c
sys/sys/unpcb.h