svn commit: r240188 - user/andre/routelocking/netinet6

Andre Oppermann andre at FreeBSD.org
Fri Sep 7 07:26:46 UTC 2012


Author: andre
Date: Fri Sep  7 07:26:45 2012
New Revision: 240188
URL: http://svn.freebsd.org/changeset/base/240188

Log:
  No need to include route.h here.

Modified:
  user/andre/routelocking/netinet6/send.c

Modified: user/andre/routelocking/netinet6/send.c
==============================================================================
--- user/andre/routelocking/netinet6/send.c	Fri Sep  7 07:05:40 2012	(r240187)
+++ user/andre/routelocking/netinet6/send.c	Fri Sep  7 07:26:45 2012	(r240188)
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/socketvar.h>
 #include <sys/types.h>
 
-#include <net/route.h>
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/vnet.h>


More information about the svn-src-user mailing list