K 10 svn:author V 2 tz K 8 svn:date V 27 2017-01-24T15:39:01.524098Z K 7 svn:log V 320 devel/rubygem-ffi: Switch time_t and suseconds_t types to long When using rubygem-ethon there is sometimes the following error: Ethon::Errors::Select (An error occured on select: 22) This is caused by a wrong type definition in rubygem-ffi, which the patch corrects. Issue: https://github.com/typhoeus/ethon/issues/98 END