1 pages tagged with "netbsd"
Packing timeval
December 05, 2012
Recently I got a lot of failures from CPAN Testers for RedisDB on NetBSD i386.
After investigating a bit I've found that NetBSD 6.0
comes now with 64-bit time_t on all architectures. It means that the
way I used to pack struct timeval value to set timeout on socket,
didn't work anymore. Previously i…
read more