svn commit: r243677 - in stable/8/sys: modules netinet6

Andrey V. Elsukov ae at FreeBSD.org
Thu Nov 29 17:41:19 UTC 2012


Author: ae
Date: Thu Nov 29 17:41:19 2012
New Revision: 243677
URL: http://svnweb.freebsd.org/changeset/base/243677

Log:
  MFC r243336:
    Remove opt_inet.h, it isn't required here.
  
  MFC r243337:
    Connect ip6_mroute kernel module to the build.

Modified:
  stable/8/sys/modules/Makefile
  stable/8/sys/netinet6/ip6_mroute.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/modules/   (props changed)
  stable/8/sys/netinet6/   (props changed)

Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile	Thu Nov 29 17:35:57 2012	(r243676)
+++ stable/8/sys/modules/Makefile	Thu Nov 29 17:41:19 2012	(r243677)
@@ -140,6 +140,7 @@ SUBDIR=	\
 	${_ipfw} \
 	ipfw_nat \
 	${_ipmi} \
+	ip6_mroute_mod \
 	ip_mroute_mod \
 	${_ips} \
 	${_ipw} \

Modified: stable/8/sys/netinet6/ip6_mroute.c
==============================================================================
--- stable/8/sys/netinet6/ip6_mroute.c	Thu Nov 29 17:35:57 2012	(r243676)
+++ stable/8/sys/netinet6/ip6_mroute.c	Thu Nov 29 17:41:19 2012	(r243677)
@@ -81,7 +81,6 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
-#include "opt_inet.h"
 #include "opt_inet6.h"
 
 #include <sys/param.h>


More information about the svn-src-stable-8 mailing list