/*
 * Structure of utmp and wtmp files.
 *
 * Assuming the number 8 is unwise.
 */
struct utmp {
	char	ut\(ulline[8]; 	/* tty name */
	char	ut\(ulname[8]; 	/* user id */
	long	ut\(ultime;    	/* time on */
};
