/* ECP: FILEname=fig12_14.c */ /* 1*/ struct utmp { /* 2*/ char ut_line[ 8 ]; /* Tty Name */ /* 3*/ char ut_name[ 8 ]; /* User Id */ /* 4*/ char ut_host[ 16 ]; /* Host Name, if Remote */ /* 5*/ long ut_time; /* Time On */ /* 6*/ };