Strip away a layer of indirection. Now that we properly declare
authorJeffrey Hsu <hsu@dragonflybsd.org>
Wed, 20 Apr 2005 19:38:22 +0000 (19:38 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Wed, 20 Apr 2005 19:38:22 +0000 (19:38 +0000)
commite606b589d2efa3a9bf2010496153b6b387fe0916
tree5fa664c74dcc2313ae1cd5a25d00313a6041b120
parent6e523f8dba741cfeb183581e619b0a9135696983
Strip away a layer of indirection.  Now that we properly declare
so_pcb as a "void *", we don't need the sotounpcb() macro any more.
Directly reference so->so_pcb to get the unp control block.
sys/kern/uipc_usrreq.c
sys/sys/unpcb.h
sys/vfs/portal/portal_vnops.c