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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to