Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet6/nd6_rtr.c 231852 2012-02-17 02:39:58Z bz $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/nd6_rtr.c 241686 2012-10-18 13:57:24Z andre $");
476d475
< int s;
488d486
< s = splnet();
498d495
< splx(s);
627d623
< int s = splnet();
635,636c631
< if (TAILQ_EMPTY(&V_nd_defrouter)) {
< splx(s);
---
> if (TAILQ_EMPTY(&V_nd_defrouter))
638d632
< }
702d695
< splx(s);
737d729
< int s = splnet();
757,758c749
< if (dr->installed && rtpref(new) == oldpref) {
< splx(s);
---
> if (dr->installed && rtpref(new) == oldpref)
760d750
< }
775d764
< splx(s);
780,781c769
< if (new->rtlifetime == 0) {
< splx(s);
---
> if (new->rtlifetime == 0)
783d770
< }
786,787c773
< if (n == NULL) {
< splx(s);
---
> if (n == NULL)
789d774
< }
813,814d797
< splx(s);
<
877c860
< int i, s;
---
> int i;
906d888
< s = splnet();
909d890
< splx(s);
934c915
< int e, s;
---
> int e;
959,960d939
< s = splnet();
<
968,969d946
< splx(s);
<
987d963
< int s = splnet();
1312d1287
< splx(s);
2115d2089
< int s = splnet();
2118,2119c2092
< if (!IN6_IS_ADDR_LINKLOCAL(gateway)) {
< splx(s);
---
> if (!IN6_IS_ADDR_LINKLOCAL(gateway))
2121d2093
< }
2133d2104
< splx(s);