Subject: Re: CVS commit: src
To: None <thorpej@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: tech-kern
Date: 05/04/1999 10:16:29
Jason R Thorpe wrote:

> Module Name:	src
> Committed By:	thorpej
> Date:		Mon May  3 23:30:28 UTC 1999
> 
> Modified Files:
> 
> 	src/sys/netinet: tcp_input.c
> 
> Log Message:
> 
> Fix an ininitialized variable that the MIPS compiler caught (but the
> SPARC, Alpha, Arm, and i386 compilers missed).

Because they don't look :-)

	balrog:~ 1> cd /NetBSD/src/sys/arch
	balrog:src/sys/arch 2> grep -le -Wuninitialized */conf/Makefile.*
	pmax/conf/Makefile.pmax
	sparc64/conf/Makefile.sparc64

Simon.