From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MT0xr-00027I-3p for garchives@archives.gentoo.org; Mon, 20 Jul 2009 22:04:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40290E01E8; Mon, 20 Jul 2009 22:04:05 +0000 (UTC) Received: from foo.birdnet.se (foo.birdnet.se [213.88.146.6]) by pigeon.gentoo.org (Postfix) with SMTP id D5E23E01E8 for ; Mon, 20 Jul 2009 22:04:04 +0000 (UTC) Received: (qmail 4558 invoked by uid 501); 20 Jul 2009 22:04:04 -0000 Message-ID: <20090720220404.4557.qmail@stuge.se> Date: Tue, 21 Jul 2009 00:04:04 +0200 From: Peter Stuge To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] Re: Everything that touches the network segfaults... Mail-Followup-To: gentoo-embedded@lists.gentoo.org References: <4A623FCE.9010308@wildgooses.com> <4A64D23F.8030905@wildgooses.com> <20090720203728.16957.qmail@stuge.se> <4A64E29E.9020108@wildgooses.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A64E29E.9020108@wildgooses.com> X-Archives-Salt: e1431df8-2765-4c46-9cce-db8ffa104577 X-Archives-Hash: 6d4e9c90bd540514ca7bbc27c1fddbad Ed W wrote: >> http://lists.uclibc.org/pipermail/uclibc-cvs/2008-December/025767.html > > Does the second part of that patch make sense to anyone? The comment is that it's just cosmetic. In practice it removes a cast, but if the file builds without warnings also without that hunk then it does not matter at all. calloc() should return void * so the cast shouldn't really be needed, but also does no harm. //Peter