[BACK]Return to who.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / who

Diff for /src/usr.bin/who/who.c between version 1.10 and 1.11

version 1.10, 2001/01/31 17:42:26 version 1.11, 2001/11/19 19:02:18
Line 192 
Line 192 
 {  {
         struct utmp usr;          struct utmp usr;
         struct passwd *pw;          struct passwd *pw;
         register char *p;          char *p;
         char *t;          char *t;
   
         /* search through the utmp and find an entry for this tty */          /* search through the utmp and find an entry for this tty */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11