svn commit: r243676 - in stable/9/sys: modules netinet6
Andrey V. Elsukov
ae at FreeBSD.org
Thu Nov 29 17:35:58 UTC 2012
Author: ae
Date: Thu Nov 29 17:35:57 2012
New Revision: 243676
URL: http://svnweb.freebsd.org/changeset/base/243676
Log:
MFC r243336:
Remove opt_inet.h, it isn't required here.
MFC r243337:
Connect ip6_mroute kernel module to the build.
Modified:
stable/9/sys/modules/Makefile
stable/9/sys/netinet6/ip6_mroute.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/modules/ (props changed)
Modified: stable/9/sys/modules/Makefile
==============================================================================
--- stable/9/sys/modules/Makefile Thu Nov 29 15:08:13 2012 (r243675)
+++ stable/9/sys/modules/Makefile Thu Nov 29 17:35:57 2012 (r243676)
@@ -147,6 +147,7 @@ SUBDIR= \
${_ipfw} \
ipfw_nat \
${_ipmi} \
+ ip6_mroute_mod \
ip_mroute_mod \
${_ips} \
${_ipw} \
Modified: stable/9/sys/netinet6/ip6_mroute.c
==============================================================================
--- stable/9/sys/netinet6/ip6_mroute.c Thu Nov 29 15:08:13 2012 (r243675)
+++ stable/9/sys/netinet6/ip6_mroute.c Thu Nov 29 17:35:57 2012 (r243676)
@@ -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-9
mailing list