[Midnightbsd-cvs] src [8467] trunk/sys: remove opt_inet.h as it is not needed.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 18 18:22:55 EDT 2016
Revision: 8467
http://svnweb.midnightbsd.org/src/?rev=8467
Author: laffer1
Date: 2016-09-18 18:22:54 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
remove opt_inet.h as it is not needed. connet ip6_mroute to build
Modified Paths:
--------------
trunk/sys/modules/Makefile
trunk/sys/netinet6/ip6_mroute.c
Modified: trunk/sys/modules/Makefile
===================================================================
--- trunk/sys/modules/Makefile 2016-09-18 22:21:58 UTC (rev 8466)
+++ trunk/sys/modules/Makefile 2016-09-18 22:22:54 UTC (rev 8467)
@@ -148,6 +148,7 @@
${_ipfw} \
ipfw_nat \
${_ipmi} \
+ ip6_mroute_mod \
ip_mroute_mod \
${_ips} \
${_ipw} \
Modified: trunk/sys/netinet6/ip6_mroute.c
===================================================================
--- trunk/sys/netinet6/ip6_mroute.c 2016-09-18 22:21:58 UTC (rev 8466)
+++ trunk/sys/netinet6/ip6_mroute.c 2016-09-18 22:22:54 UTC (rev 8467)
@@ -81,7 +81,6 @@
#include <sys/cdefs.h>
__MBSDID("$MidnightBSD$");
-#include "opt_inet.h"
#include "opt_inet6.h"
#include <sys/param.h>
More information about the Midnightbsd-cvs
mailing list