[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.16 and 1.17

version 1.16, 2002/03/19 10:35:39 version 1.17, 2002/03/29 18:59:32
Line 39 
Line 39 
         int     ptyfd, ttyfd, ptymaster;          int     ptyfd, ttyfd, ptymaster;
         int     row, col, xpixel, ypixel;          int     row, col, xpixel, ypixel;
         char    tty[TTYSZ];          char    tty[TTYSZ];
           /* last login */
           char    hostname[MAXHOSTNAMELEN];
           time_t  last_login_time;
         /* X11 */          /* X11 */
         int     display_number;          int     display_number;
         char    *display;          char    *display;

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