svn commit: trunk/uClibc/libc/inet

Carmelo AMOROSO carmelo.amoroso at st.com
Fri Jun 6 10:49:33 UTC 2008


Bernd Schmidt wrote:
> vda at uclibc.org wrote:
>   
>> Author: vda
>> Date: 2008-06-06 00:25:12 -0700 (Fri, 06 Jun 2008)
>> New Revision: 22244
>>
>> Log:
>> Use more natural way to return a value in __read_etc_hosts_r:
>>     
>
>   
>> -	if (buflen < sizeof(char *)*(ALIAS_DIM))
>> +	if (buflen < sizeof(char *)*ALIAS_DIM)
>>  		return ERANGE;
>>     
>
> Again mixing code style and functional changes.
>
>
> Bernd
>   
I strongly agree with the point of Bernd.... avoid pointless change just 
for cometic, please.

Cheers,
Carmelo





More information about the uClibc mailing list