Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Sun, May 24, 2009 at 09:41:44PM +0000, Andrew Doran wrote:
> Module Name:  src
> Committed By: ad
> Date:         Sun May 24 21:41:44 UTC 2009
> 
> Modified Files:
>       src/dist/ipf/ipsend: sock.c
>       src/usr.bin/fstat: fstat.c
> 
> Log Message:
> More changes to improve kern_descrip.c.

Hmm, is the __NetBSD__Version__ check correct in src/dist/ipf/ipsend/sock.c ?

It looks revered. You added some new code, but the check enables
the old code for -current.

IMHO the
 __NetBSD__Version__ >= 599001200
should be changed to
 __NetBSD__Version__ < 599001200

Bernd



Home | Main Index | Thread Index | Old Index