Module Name: src Committed By: martin Date: Sat Jan 7 15:19:35 UTC 2012
Modified Files: src/lib/libc/time: localtime.c Log Message: Do not force errno to EOVERFLOW when returning -1 from mktime or friends. First, there are legitimate cases where we want to return -1 and errno == 0, second, all paths go through time1() and/or time2sub() which explicitly take care to set errno in cases of real overflows. Should fix atf test failure on various ports in lib/libc/time/t_mktime:timegm_epoch. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/lib/libc/time/localtime.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.