Subject: Re: CVS commit: src/sys/net
To: matthew green <mrg@eterna.com.au>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 12/30/2004 16:35:17
Hiya Matthew,
On Fri, Dec 31, 2004 at 01:43:26AM +1100, matthew green wrote:
> it doesn't. this function ends before line 790. the "goto dropanyway;"'s are:
>
> line 597, 601, 633: within same:
> #if defined(INET) || defined(NS) || defined(DECNET)
>
> line 662, 667: within #ifdef ISO
>
> so if anything the test for "dropanyway" should be:
>
> #if defined(INET) || defined(NS) || defined(DECNET) || defined(ISO)
you are right.... i'll patch it up. I must have overseen it with all the
#ifdef's around :-/ maybe a clean up one day?
Thanks for noting it.... i'll try to be more carefull next time.
Cheers,
Reinoud