Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2000 04:43:53 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        "Matthew N. Dodd" <mdodd@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern subr_bus.c
Message-ID:  <Pine.BSF.4.21.0009180442370.97535-100000@beppo.feral.com>
In-Reply-To: <Pine.BSF.4.21.0009182226590.16813-100000@besplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Yeah, I wondered about that too. I thought

int foo;

and

int foo=0;

were supposed to be the same. Is the kernel now forgetting to clear bss?


On Mon, 18 Sep 2000, Bruce Evans wrote:

> On Sun, 17 Sep 2000, Matthew N. Dodd wrote:
> 
> > mdodd       2000/09/17 16:57:53 PDT
> > 
> >   Modified files:
> >     sys/kern             subr_bus.c 
> >   Log:
> >   Initialize 'hints_loaded' to 0.
> >   
> >   This allows static hints to work properly.
> 
> This has no effect except possibly to hide bugs.  `hints_loaded' was
> already implicitly initialized to 0.
> 
> Bruce
> 
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009180442370.97535-100000>