[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.11 and 1.12

version 1.11, 2001/11/19 19:02:18 version 1.12, 2002/02/16 21:27:59
Line 63 
Line 63 
 #include <err.h>  #include <err.h>
 #include <locale.h>  #include <locale.h>
   
 void  output            __P((struct utmp *));  void  output(struct utmp *);
 void  output_labels     __P((void));  void  output_labels(void);
 void  who_am_i          __P((FILE *));  void  who_am_i(FILE *);
 void  usage             __P((void));  void  usage(void);
 FILE *file              __P((char *));  FILE *file(char *);
   
 int only_current_term;          /* show info about the current terminal only */  int only_current_term;          /* show info about the current terminal only */
 int show_term;                  /* show term state */  int show_term;                  /* show term state */

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