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

Diff for /src/usr.bin/ssh/Attic/login.c between version 1.16 and 1.17

version 1.16, 2000/12/19 23:17:57 version 1.17, 2001/01/21 19:05:51
Line 43 
Line 43 
   
 #include <util.h>  #include <util.h>
 #include <utmp.h>  #include <utmp.h>
 #include "ssh.h"  #include "login.h"
   #include "log.h"
   
 /*  /*
  * Returns the time when the user last logged in.  Returns 0 if the   * Returns the time when the user last logged in.  Returns 0 if the

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17