]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2006/03/20 18:26:55
authordjm <djm>
Sat, 25 Mar 2006 13:06:32 +0000 (13:06 +0000)
committerdjm <djm>
Sat, 25 Mar 2006 13:06:32 +0000 (13:06 +0000)
     [session.h]
     annoying spacing fixes getting in the way of real diffs

ChangeLog
session.h

index 256c4fd416cbdc0cb0d88c6d137629a7db252db2..12f58486366cc50ab21d853a71433d80a313b0e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
    - deraadt@cvs.openbsd.org 2006/03/20 18:14:02
      [monitor_wrap.h sshpty.h]
      sprinkle u_int throughout pty subsystem, ok markus
+   - deraadt@cvs.openbsd.org 2006/03/20 18:26:55
+     [session.h]
+     annoying spacing fixes getting in the way of real diffs
 
 20060318
  - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
index a2598a99c2ec1d28126e5589ecd08bd106d769d7..2b8175c419ac6451200a8cf297a2b403012b33b8 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.25 2005/07/17 06:49:04 djm Exp $        */
+/*     $OpenBSD: session.h,v 1.26 2006/03/20 18:26:55 deraadt Exp $    */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -34,11 +34,13 @@ struct Session {
        struct passwd *pw;
        Authctxt *authctxt;
        pid_t   pid;
+
        /* tty */
        char    *term;
        int     ptyfd, ttyfd, ptymaster;
        u_int   row, col, xpixel, ypixel;
        char    tty[TTYSZ];
+
        /* X11 */
        u_int   display_number;
        char    *display;
@@ -47,6 +49,7 @@ struct Session {
        char    *auth_proto;
        char    *auth_data;
        int     single_connection;
+
        /* proto 2 */
        int     chanid;
        int     *x11_chanids;
@@ -55,7 +58,7 @@ struct Session {
        struct {
                char    *name;
                char    *val;
-       }       *env;
+       } *env;
 };
 
 void    do_authenticated(Authctxt *);
This page took 0.047292 seconds and 5 git commands to generate.