Module Name: src
Committed By: ozaki-r
Date: Sun Dec 11 07:34:14 UTC 2016
Modified Files:
src/sys/netinet: icmp6.h
Log Message:
Remove unnecessary forward struct declarations
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/netinet/icmp6.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/icmp6.h
diff -u src/sys/netinet/icmp6.h:1.47 src/sys/netinet/icmp6.h:1.48
--- src/sys/netinet/icmp6.h:1.47 Mon Jul 1 12:43:15 2013
+++ src/sys/netinet/icmp6.h Sun Dec 11 07:34:14 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: icmp6.h,v 1.47 2013/07/01 12:43:15 christos Exp $ */
+/* $NetBSD: icmp6.h,v 1.48 2016/12/11 07:34:14 ozaki-r Exp $ */
/* $KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $ */
@@ -655,8 +655,6 @@ struct icmp6_filter {
#ifdef _KERNEL
struct rtentry;
-struct rttimer;
-struct in6_multi;
void icmp6_init(void);
void icmp6_paramerror(struct mbuf *, int);