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

Diff for /src/usr.bin/w/w.c between version 1.42 and 1.43

version 1.42, 2004/08/18 21:27:20 version 1.43, 2004/09/14 22:24:24
Line 87 
Line 87 
 struct winsize  ws;  struct winsize  ws;
 kvm_t          *kd;  kvm_t          *kd;
 time_t          now;            /* the current time of day */  time_t          now;            /* the current time of day */
 time_t          uptime;         /* time of last reboot & elapsed time since */  
 int             ttywidth;       /* width of tty */  int             ttywidth;       /* width of tty */
 int             argwidth;       /* width of tty */  int             argwidth;       /* width of tty */
 int             header = 1;     /* true if -h flag: don't print heading */  int             header = 1;     /* true if -h flag: don't print heading */

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43