Enlightenment SVN wrote: > Log: > make clang happy > Author: englebass > Date: 2010-01-14 15:47:26 -0800 (Thu, 14 Jan 2010) > New Revision: 45146 > > Modified: > trunk/ecore/src/lib/ecore_con/ecore_con.c > > Modified: trunk/ecore/src/lib/ecore_con/ecore_con.c > =================================================================== > --- trunk/ecore/src/lib/ecore_con/ecore_con.c 2010-01-14 23:16:52 UTC (rev > 45145) > +++ trunk/ecore/src/lib/ecore_con/ecore_con.c 2010-01-14 23:47:26 UTC (rev > 45146) > @@ -1051,6 +1051,7 @@ > /* a new client */ > size_in = sizeof(struct sockaddr_in); > > + bzero(&incoming, size_in)
The man page of bzero, that bzero is deprecated, better use memset. Peter ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
