pdp11v/usr/src/cmd/acct/ctmp.h

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

/*	@(#)ctmp.h	1.2 of 3/31/82	*/
/*
 *	connect time record (various intermediate files)
 */
struct ctmp {
	dev_t	ct_tty;			/* major minor */
	uid_t	ct_uid;			/* userid */
	char	ct_name[8];		/* login name */
	long	ct_con[2];		/* connect time (p/np) secs */
	time_t	ct_start;		/* session start time */
};