K 10 svn:author V 7 dchagin K 8 svn:date V 27 2017-04-15T15:30:28.911609Z K 7 svn:log V 210 MFC r316393: As noted by bde@ negative tv_sec values are not checked for overflow, so overflow can still occur. Fix that. Also remove the extra check for tv_sec size as under COMPAT_LINUX32 it is always true. END