On 10.01.2014 14:14, Gleb Smirnoff wrote:
Alexander,
some nitpicking:
On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote:
A> @@ -52,6 +53,7 @@
A> #include
A> #include
A> #include
A> +#include
A>
A> #include
A> #include
A> @@ -86,6 +88,13 @@
A> #define RT_N
On Fri, Jan 10, 2014 at 10:21:17PM +1100, Bruce Evans wrote:
B> > On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote:
B> > A> @@ -52,6 +53,7 @@
B> > A> #include
B> > A> #include
B> > A> #include
B> > A> +#include
B>
B> Further unsorting of an unsorted list by adding to t
On Fri, 10 Jan 2014, Gleb Smirnoff wrote:
Alexander,
some nitpicking:
Some more:
On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote:
A> @@ -52,6 +53,7 @@
A> #include
A> #include
A> #include
A> +#include
Further unsorting of an unsorted list by adding to the e
Alexander,
some nitpicking:
On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote:
A> @@ -52,6 +53,7 @@
A> #include
A> #include
A> #include
A> +#include
A>
A> #include
A> #include
A> @@ -86,6 +88,13 @@
A> #define RT_NUMFIBS 1
A> #endif
A>
A> +#if def
Author: melifaro
Date: Thu Jan 9 18:13:25 2014
New Revision: 260488
URL: http://svnweb.freebsd.org/changeset/base/260488
Log:
Split rt_newaddrmsg_fib() into two different functions.
Adding/deleting interface addresses involves access to 3 different subsystems,
int different parts of code. E