Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



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
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index