On 22.08.2013 1:37, Jilles Tjoelker wrote:
>>         if (number == UINTMAX_MAX && errno == ERANGE) {
>>                 return (-1);
>>         }
>>  
>> +       if (errno == 0)
>> +               errno = saved_errno;
>> +
> This looks good to me.
> 

Just being nitpicking) number == UINTMAX_MAX check is unneeded.

-- 
http://ache.vniz.net/
bitcoin:1G6ugdNY6e5jx1GVnAU2ntj2NEfmjKG85r
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to