diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: session.h,v 1.17 2002/03/29 18:59:32 markus Exp $ */ | 1 | /* $OpenBSD: session.h,v 1.18 2002/06/23 21:06:41 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -37,15 +37,15 @@ struct Session { | |||
37 | /* tty */ | 37 | /* tty */ |
38 | char *term; | 38 | char *term; |
39 | int ptyfd, ttyfd, ptymaster; | 39 | int ptyfd, ttyfd, ptymaster; |
40 | int row, col, xpixel, ypixel; | 40 | u_int row, col, xpixel, ypixel; |
41 | char tty[TTYSZ]; | 41 | char tty[TTYSZ]; |
42 | /* last login */ | 42 | /* last login */ |
43 | char hostname[MAXHOSTNAMELEN]; | 43 | char hostname[MAXHOSTNAMELEN]; |
44 | time_t last_login_time; | 44 | time_t last_login_time; |
45 | /* X11 */ | 45 | /* X11 */ |
46 | int display_number; | 46 | u_int display_number; |
47 | char *display; | 47 | char *display; |
48 | int screen; | 48 | u_int screen; |
49 | char *auth_display; | 49 | char *auth_display; |
50 | char *auth_proto; | 50 | char *auth_proto; |
51 | char *auth_data; | 51 | char *auth_data; |