From owner-cvs-src@FreeBSD.ORG Tue Aug 17 01:38:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A9FB16A4CE; Tue, 17 Aug 2004 01:38:26 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0F643D41; Tue, 17 Aug 2004 01:38:25 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7H1c3cO068329; Mon, 16 Aug 2004 19:38:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 16 Aug 2004 19:38:23 -0600 (MDT) Message-Id: <20040816.193823.60296909.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <200408162019.i7GKJ9O8027272@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: philip@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 01:38:26 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Philip Paeps writes: : > Log: : > Don't initialize static variables to 0 (C should just take care o= f that). : = : Not C, but the runtime loader. Not to be overly pedantic (but what the heck, we got a code freeze on), but actaully, 'C' guarantees it, and the loader implements the guarnatee. Warner P.S. :-)