[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.17 and 1.17.2.1

version 1.17, 2002/03/29 18:59:32 version 1.17.2.1, 2002/06/26 15:30:38
Line 37 
Line 37 
         /* tty */          /* tty */
         char    *term;          char    *term;
         int     ptyfd, ttyfd, ptymaster;          int     ptyfd, ttyfd, ptymaster;
         int     row, col, xpixel, ypixel;          u_int   row, col, xpixel, ypixel;
         char    tty[TTYSZ];          char    tty[TTYSZ];
         /* last login */          /* last login */
         char    hostname[MAXHOSTNAMELEN];          char    hostname[MAXHOSTNAMELEN];
         time_t  last_login_time;          time_t  last_login_time;
         /* X11 */          /* X11 */
         int     display_number;          u_int   display_number;
         char    *display;          char    *display;
         int     screen;          u_int   screen;
         char    *auth_display;          char    *auth_display;
         char    *auth_proto;          char    *auth_proto;
         char    *auth_data;          char    *auth_data;

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