Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Remove unnecessary forward struct declarations



details:   https://anonhg.NetBSD.org/src/rev/c23be069ee9d
branches:  trunk
changeset: 819604:c23be069ee9d
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Sun Dec 11 07:34:14 2016 +0000

description:
Remove unnecessary forward struct declarations

diffstat:

 sys/netinet/icmp6.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r dc610ca23973 -r c23be069ee9d sys/netinet/icmp6.h
--- a/sys/netinet/icmp6.h       Sun Dec 11 06:37:49 2016 +0000
+++ b/sys/netinet/icmp6.h       Sun Dec 11 07:34:14 2016 +0000
@@ -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 @@
 
 #ifdef _KERNEL
 struct rtentry;
-struct rttimer;
-struct in6_multi;
 
 void   icmp6_init(void);
 void   icmp6_paramerror(struct mbuf *, int);



Home | Main Index | Thread Index | Old Index