*** /source/athena/bin/finger/finger.c Tue Jun 27 18:09:09 1995 --- finger.c Mon Jan 29 17:15:06 1996 *************** *** 130,136 **** struct person { /* one for each person fingered */ char *name; /* name */ ! char tty[LMAX + 1]; /* null terminated tty line */ char host[BUFSIZ]; /* null terminated remote host name */ int loginout; /* 0 means login time, 1 logout */ #ifdef POSIX --- 130,136 ---- struct person { /* one for each person fingered */ char *name; /* name */ ! char tty[BUFSIZ]; /* null terminated tty line */ char host[BUFSIZ]; /* null terminated remote host name */ int loginout; /* 0 means login time, 1 logout */ #ifdef POSIX