Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/rtsock.c 234572 2012-04-22 16:13:23Z melifaro $
---
> * $FreeBSD: head/sys/net/rtsock.c 241686 2012-10-18 13:57:24Z andre $
305c305
< int s, error;
---
> int error;
314,321d313
< /*
< * The splnet() is necessary to block protocols from sending
< * error notifications (like RTM_REDIRECT or RTM_LOSING) while
< * this PCB is extant but incompletely initialized.
< * Probably we should try to do more of this work beforehand and
< * eliminate the spl.
< */
< s = splnet();
327d318
< splx(s);
348d338
< splx(s);