svn commit: r359800 - head/sys/netinet6

Alexander V. Chernikov melifaro at FreeBSD.org
Sat Apr 11 07:56:11 UTC 2020


Author: melifaro
Date: Sat Apr 11 07:56:11 2020
New Revision: 359800
URL: https://svnweb.freebsd.org/changeset/base/359800

Log:
  Remove RADIX_MPATH headers, they were unused since r293159.
  
  MFC after:	2 weeks

Modified:
  head/sys/netinet6/nd6_nbr.c

Modified: head/sys/netinet6/nd6_nbr.c
==============================================================================
--- head/sys/netinet6/nd6_nbr.c	Sat Apr 11 07:46:38 2020	(r359799)
+++ head/sys/netinet6/nd6_nbr.c	Sat Apr 11 07:56:11 2020	(r359800)
@@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
 #include "opt_inet.h"
 #include "opt_inet6.h"
 #include "opt_ipsec.h"
-#include "opt_mpath.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -63,9 +62,6 @@ __FBSDID("$FreeBSD$");
 #include <net/if_dl.h>
 #include <net/if_var.h>
 #include <net/route.h>
-#ifdef RADIX_MPATH
-#include <net/radix_mpath.h>
-#endif
 #include <net/vnet.h>
 
 #include <netinet/in.h>


More information about the svn-src-all mailing list