On Wed, Jan 04, 2017 at 09:17:23AM +0800, Paul Goyette wrote:
 > > > /* info for a single history event */
 > > > struct sysctl_history_event {
 > > > -        struct timespec she_tspec;
 > > > +        time_t          she_time_sec;
 > > > +        uint32_t        she_time_usec;
 > > > +        uint32_t        she_filler;
 > > 
 > > I would make those explicitly sized types, uint64_t x 2
 > 
 > Sure!

also make it nsec...

-- 
David A. Holland
dholl...@netbsd.org

Reply via email to