Date: Thu, 29 Nov 2012 17:41:19 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r243677 - in stable/8/sys: modules netinet6 Message-ID: <201211291741.qATHfJtH027085@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211291741.qATHfJtH027085>