svn commit: r194702 - head/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Tue Jun 23 15:05:08 UTC 2009


On Tue, 23 Jun 2009, Andrew Gallatin wrote:

Hi,

> Bjoern A. Zeeb wrote:
>> Author: bz
>> Date: Tue Jun 23 13:22:19 2009
>> New Revision: 194702
>> URL: http://svn.freebsd.org/changeset/base/194702
>> 
>> Log:
>>   in6_rtqdrain() has been unused.  Cleanup.
>>   As this was the only consumer of net/route.h left remove that as well.
>> 
>> Modified:
>>   head/sys/netinet6/in6_rmx.c
>> 
>> Modified: head/sys/netinet6/in6_rmx.c
>> ==============================================================================
>> --- head/sys/netinet6/in6_rmx.c	Tue Jun 23 13:17:25 2009 
>> (r194701)
>> +++ head/sys/netinet6/in6_rmx.c	Tue Jun 23 13:22:19 2009 
>> (r194702)
>> @@ -90,7 +90,6 @@ __FBSDID("$FreeBSD$");
>>  #include <sys/vimage.h>
>>   #include <net/if.h>
>> -#include <net/route.h>
>>  #include <net/vnet.h>
>
> My kernel build dies without net/route.h:
...
> Re-instating the net/route.h include fixes the build for me.

yes, already fixed;
That change was part of something larger that had passed universe a day
or two ago and I got the wrong line cleaning up route.h in the other
screen.

Send more iscream! ;-)

/bz

-- 
Bjoern A. Zeeb                      The greatest risk is not taking one.


More information about the svn-src-head mailing list