Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/net
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
Home |
Main Index |
Thread Index |
Old Index