From owner-cvs-all Mon Sep 18 4:44: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 3A5BD37B424; Mon, 18 Sep 2000 04:43:59 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id EAA07201; Mon, 18 Sep 2000 04:43:53 -0700 Date: Mon, 18 Sep 2000 04:43:53 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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