Allow dup_sockaddr() to block, otherwise the code becomes non-deterministic.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Jun 2004 05:34:57 +0000 (05:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Jun 2004 05:34:57 +0000 (05:34 +0000)
commitbca987e91ce54a729828d4562faf42f64ad47672
treeae2840882462e059d4a0d6641ef21c73241542f3
parenteabedb781476839d988888e9157b72fa71214e30
Allow dup_sockaddr() to block, otherwise the code becomes non-deterministic.
Since we are a thread now this should be fairly safe.
sys/netproto/ipx/ipx_pcb.c
sys/netproto/ipx/ipx_usrreq.c
sys/netproto/ipx/spx_usrreq.c