Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2009 16:31:15 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 168203 for review
Message-ID:  <200909051631.n85GVFAf099875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168203

Change 168203 by anchie@anchie_malimis on 2009/09/05 16:30:36

	icmp6_rip6_input() is now called from send.c as well, so the declaration
	is added to netinet/icmp6.h.	

Affected files ...

.. //depot/projects/soc2009/anchie_send/src/sys/netinet6/icmp6.c#27 edit

Differences ...

==== //depot/projects/soc2009/anchie_send/src/sys/netinet6/icmp6.c#27 (text+ko) ====

@@ -132,7 +132,6 @@
 #define	V_icmp6errppslim_last	VNET(icmp6errppslim_last)
 
 static void icmp6_errcount(struct icmp6errstat *, int, int);
-static int icmp6_rip6_input(struct mbuf **, int);
 static int icmp6_ratelimit(const struct in6_addr *, const int, const int);
 static const char *icmp6_redirect_diag __P((struct in6_addr *,
 	struct in6_addr *, struct in6_addr *));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909051631.n85GVFAf099875>