K 10 svn:author V 2 dg K 8 svn:date V 27 1997-12-25T06:57:36.000000Z K 7 svn:log V 353 The spl fixes in in_setsockaddr and in_setpeeraddr that were meant to fix PR#3618 weren't sufficient since malloc() can block - allowing the net interrupts in and leading to the same problem mentioned in the PR (a panic). The order of operations has been changed so that this is no longer a problem. Needs to be brought into the 2.2.x branch. PR: 3618 END