2.9BSD/usr/include/sys/timeb.h

Compare this file to the similar file:
Show the results in this format:

/*
 * Structure returned by ftime system call
 */
struct	timeb {
	time_t	time;
	u_short	millitm;
	short	timezone;
	short	dstflag;
};