Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Re: Everything that touches the network segfaults...
Date: Mon, 20 Jul 2009 22:04:09
Message-Id: 20090720220404.4557.qmail@stuge.se
In Reply to: Re: [gentoo-embedded] Re: Everything that touches the network segfaults... by Ed W
1 Ed W wrote:
2 >> http://lists.uclibc.org/pipermail/uclibc-cvs/2008-December/025767.html
3 >
4 > Does the second part of that patch make sense to anyone?
5
6 The comment is that it's just cosmetic. In practice it removes a
7 cast, but if the file builds without warnings also without that hunk
8 then it does not matter at all. calloc() should return void * so the
9 cast shouldn't really be needed, but also does no harm.
10
11
12 //Peter