Source-Changes archive

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

Re: CVS commit: src/sys/kern



On Wed, Jan 14, 2009 at 08:33:19PM +0000, Christoph Egger wrote:
> 
> Module Name:  src
> Committed By: cegger
> Date:         Wed Jan 14 20:33:19 UTC 2009
> 
> Modified Files:
>       src/sys/kern: uipc_socket.c
> 
> Log Message:
> make this compile: fix gcc warning about uninitialized use of tv.sec and 
> tv.usec.

That looks very suspicious.  Are you sure the code is now doing the
right thing?  At least try to limit the damage to the correct case
instead of silencing a potentially useful compiler warning for the
whole function.


Home | Main Index | Thread Index | Old Index