Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/netinet Pull up revision 1.16 (requested by itojun ...



details:   https://anonhg.NetBSD.org/src/rev/991c59cc9c93
branches:  netbsd-1-6
changeset: 530459:991c59cc9c93
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Jun 30 02:16:56 2003 +0000

description:
Pull up revision 1.16 (requested by itojun in ticket #1341):

purge rti structure (in igmp.c) for removed ifp on if_detach().

diffstat:

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

diffs (17 lines):

diff -r 1bb053b05e01 -r 991c59cc9c93 sys/netinet/igmp_var.h
--- a/sys/netinet/igmp_var.h    Mon Jun 30 02:16:24 2003 +0000
+++ b/sys/netinet/igmp_var.h    Mon Jun 30 02:16:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: igmp_var.h,v 1.12 2002/05/12 20:33:50 matt Exp $       */
+/*     $NetBSD: igmp_var.h,v 1.12.4.1 2003/06/30 02:16:56 grant Exp $  */
 
 /*
  * Copyright (c) 1988 Stephen Deering.
@@ -81,6 +81,7 @@
 void   igmp_leavegroup __P((struct in_multi *));
 void   igmp_fasttimo __P((void));
 void   igmp_slowtimo __P((void));
+extern void igmp_purgeif(struct ifnet *);
 #endif
 
 #endif /* _NETINET_IGMP_VAR_H_ */



Home | Main Index | Thread Index | Old Index