~kris/9p

9hist

cab320bac33189b5bbe3f1b954638fe363923d72 — David du Colombier 24 years ago 8701662
Plan 9 from Bell Labs 2002-08-14
1 files changed, 2 insertions(+), 0 deletions(-)

M ip/icmp6.c
M ip/icmp6.c => ip/icmp6.c +2 -0
@@ 740,6 740,8 @@ icmpiput6(Proto *icmp, Ipifc *ipifc, Block *bp)

	if(p->type <= Maxtype6)
		ipriv->in[p->type]++;
	else
		goto raise;

	switch(p->type) {
	case EchoRequestV6: