2.9BSD/usr/include/time.h

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

struct	tm	{ /* see ctime(3) */
	short	tm_sec;
	short	tm_min;
	short	tm_hour;
	short	tm_mday;
	short	tm_mon;
	short	tm_year;
	short	tm_wday;
	short	tm_yday;
	short	tm_isdst;
};