]> andersk Git - openssh.git/blobdiff - session.h
- djm@cvs.openbsd.org 2005/06/17 02:44:33
[openssh.git] / session.h
index 48be5070c85c692b1df7ffb3588c267c8f944311..92bd16573398428aac1ca48c2faca82de6844562 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.23 2004/07/17 05:31:41 dtucker Exp $    */
+/*     $OpenBSD: session.h,v 1.24 2005/06/17 02:44:33 djm Exp $        */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -50,7 +50,7 @@ struct Session {
        /* proto 2 */
        int     chanid;
        int     is_subsystem;
-       int     num_env;
+       u_int   num_env;
        struct {
                char    *name;
                char    *val;
This page took 0.032409 seconds and 4 git commands to generate.