Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2000 10:16:54 -0600
From:      Warner Losh <imp@village.org>
To:        "Matthew N. Dodd" <winter@jurai.net>
Cc:        Bruce Evans <bde@zeta.org.au>, "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:  <200009181616.KAA30983@harmony.village.org>
In-Reply-To: Your message of "Mon, 18 Sep 2000 10:10:25 EDT." <Pine.BSF.4.21.0009181008390.23690-100000@sasami.jurai.net> 
References:  <Pine.BSF.4.21.0009181008390.23690-100000@sasami.jurai.net>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0009181008390.23690-100000@sasami.jurai.net> "Matthew N. Dodd" writes:
: > This has no effect except possibly to hide bugs.  `hints_loaded' was
: > already implicitly initialized to 0.
: 
: So it just started working out of the blue?

Most likely the change moved the variable from bss to data.  This may
have had the effect of a variable that was clobbered before is now a
different variable.

Warner


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?200009181616.KAA30983>