<netinet6/in6_ifattach.h> is not needed here.
authormpi <mpi@openbsd.org>
Mon, 19 Jan 2015 13:53:55 +0000 (13:53 +0000)
committermpi <mpi@openbsd.org>
Mon, 19 Jan 2015 13:53:55 +0000 (13:53 +0000)
sys/netinet6/icmp6.c
sys/netinet6/ip6_input.c

index 0dcec26..6abdbf4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: icmp6.c,v 1.152 2014/12/22 11:05:53 mpi Exp $ */
+/*     $OpenBSD: icmp6.c,v 1.153 2015/01/19 13:53:55 mpi Exp $ */
 /*     $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */
 
 /*
@@ -92,7 +92,6 @@
 #include <netinet6/mld6_var.h>
 #include <netinet/in_pcb.h>
 #include <netinet6/nd6.h>
-#include <netinet6/in6_ifattach.h>
 #include <netinet6/ip6protosw.h>
 
 #if NCARP > 0
index 42d1dab..4efcb5e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ip6_input.c,v 1.134 2014/12/19 17:14:40 tedu Exp $    */
+/*     $OpenBSD: ip6_input.c,v 1.135 2015/01/19 13:53:55 mpi Exp $     */
 /*     $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $     */
 
 /*
@@ -94,7 +94,6 @@
 #include <netinet/ip6.h>
 #include <netinet6/ip6_var.h>
 #include <netinet/icmp6.h>
-#include <netinet6/in6_ifattach.h>
 #include <netinet6/nd6.h>
 
 #include <netinet6/ip6protosw.h>