"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Sun Nov 13 13:52:41 UTC 2016 > > Modified Files: > src/sys/compat/netbsd32: netbsd32.h > > Log Message: > tv_usec in netbsd32_timeval is suseconds_t (aka int32_t) rather than > netbsd32_long (considered harmless) > > approved by martin
heh - this changed in 2009, when timeval was two longs. well spotted. :-) .mrg.