V7M/include/utmp.h

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

struct utmp {
	char	ut_line[8];		/* tty name */
	char	ut_name[8];		/* user id */
	long	ut_time;		/* time on */
};