From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 8 16:49:48 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB6616A4CF; Fri, 8 Oct 2004 16:49:48 +0000 (GMT) Received: from meketrex.pix.net (meketrex.pix.net [192.111.45.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4256B43D1F; Fri, 8 Oct 2004 16:49:47 +0000 (GMT) (envelope-from lidl@meketrex.pix.net) Received: (from lidl@localhost) by meketrex.pix.net (8.11.6/8.11.6) id i98GngF14229; Fri, 8 Oct 2004 12:49:42 -0400 (EDT) Date: Fri, 8 Oct 2004 12:49:42 -0400 From: "Kurt J. Lidl" To: Sam Message-ID: <20041008124942.A13939@pix.net> References: <20041005054213.GA11770@lesanti.hq.sinectis.com.ar> <20041005202816.GA14973@titan.klemm.apsfilter.org> <20041005205040.GH31397@lesanti.hq.sinectis.com.ar> <20041006060437.GA23364@titan.klemm.apsfilter.org> <416579E1.8050308@nuclearelephant.com> <20041008173138.Y14215@beagle.kn.op.dlr.de> <20041008161442.GA9862@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sah@softcardsystems.com on Fri, Oct 08, 2004 at 12:25:45PM -0500 X-Mailman-Approved-At: Sat, 09 Oct 2004 13:26:06 +0000 cc: hackers@freebsd.org cc: Mike Hunter cc: Harti Brandt Subject: Re: please help with: warning: initialization makes integer from pointer X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 16:49:48 -0000 On Fri, Oct 08, 2004 at 12:25:45PM -0500, Sam wrote: > > Sick! > > > > Are there actually systems out there that don't have "all-zero" NULL pointers? > > > > You have officially shattered my previously held beliefs about the > > sacredness of memset :( > > If there are, I'd be interested to know of them. See the C Faq, question 1.14: http://www.lysator.liu.se/c/c-faq/c-1.html -Kurt