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

Diff for /src/usr.bin/lastcomm/lastcomm.c between version 1.12 and 1.13

version 1.12, 2003/06/10 22:20:47 version 1.13, 2003/06/26 21:59:11
Line 58 
Line 58 
 #include <tzfile.h>  #include <tzfile.h>
 #include <unistd.h>  #include <unistd.h>
 #include <utmp.h>  #include <utmp.h>
   #include <pwd.h>
 #include "pathnames.h"  #include "pathnames.h"
   
 time_t   expand(u_int);  time_t   expand(u_int);
Line 65 
Line 66 
 char    *getdev(dev_t);  char    *getdev(dev_t);
 int      requested(char *[], struct acct *);  int      requested(char *[], struct acct *);
 void     usage(void);  void     usage(void);
 char    *user_from_uid();  
   
 int  int
 main(int argc, char *argv[])  main(int argc, char *argv[])

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