Subject: Re: CVS commit: src
To: None <rpaulo@netbsd.org>
From: Robert Swindells <rjs@fdy2.demon.co.uk>
List: source-changes
Date: 03/06/2006 18:59:33
Rui Paulo wrote:
>Module Name: src
>Committed By: rpaulo
>Date: Sun Mar 5 23:47:08 UTC 2006
>Modified Files:
[snip]
> src/sys/netinet6: icmp6.c in6.c in6_ifattach.c in6_ifattach.h
> in6_proto.c in6_var.h ip6_input.c ip6_mroute.c ip6_output.c
> ip6_var.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c
[snip]
>Log Message:
>NDP-related improvements:
[snip]
>From the KAME project via SUZUKI Shinsuke.
>Reviewed by core.
This diff adds local variables called 'delay' that shadow the delay()
function declared in param.h for several architectures.
Robert Swindells