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

Diff for /src/usr.bin/ssh/session.h between version 1.22 and 1.23

version 1.22, 2004/04/27 09:46:37 version 1.23, 2004/07/17 05:31:41
Line 39 
Line 39 
         int     ptyfd, ttyfd, ptymaster;          int     ptyfd, ttyfd, ptymaster;
         u_int   row, col, xpixel, ypixel;          u_int   row, col, xpixel, ypixel;
         char    tty[TTYSZ];          char    tty[TTYSZ];
         /* last login */  
         char    hostname[MAXHOSTNAMELEN];  
         time_t  last_login_time;  
         /* X11 */          /* X11 */
         u_int   display_number;          u_int   display_number;
         char    *display;          char    *display;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23