]> andersk Git - openssh.git/blobdiff - session.h
- deraadt@cvs.openbsd.org 2002/06/23 21:06:41
[openssh.git] / session.h
index 2a7e4b224fd475d2c839497eb90683eda2999a85..3bce97891fdfc3dd46e202b93f7e7e0ca0c46fdd 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.17 2002/03/29 18:59:32 markus Exp $     */
+/*     $OpenBSD: session.h,v 1.18 2002/06/23 21:06:41 deraadt Exp $    */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -37,15 +37,15 @@ struct Session {
        /* tty */
        char    *term;
        int     ptyfd, ttyfd, ptymaster;
-       int     row, col, xpixel, ypixel;
+       u_int   row, col, xpixel, ypixel;
        char    tty[TTYSZ];
        /* last login */
        char    hostname[MAXHOSTNAMELEN];
        time_t  last_login_time;
        /* X11 */
-       int     display_number;
+       u_int   display_number;
        char    *display;
-       int     screen;
+       u_int   screen;
        char    *auth_display;
        char    *auth_proto;
        char    *auth_data;
This page took 0.036658 seconds and 4 git commands to generate.