[BACK]Return to channels.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.c between version 1.38 and 1.39

version 1.38, 2000/01/24 20:37:29 version 1.39, 2000/03/16 20:56:14
Line 1037 
Line 1037 
         int remote_channel, sock = 0, newch, i;          int remote_channel, sock = 0, newch, i;
         u_short host_port;          u_short host_port;
         char *host, *originator_string;          char *host, *originator_string;
         int host_len, originator_len;          unsigned int host_len, originator_len;
         struct addrinfo hints, *ai, *aitop;          struct addrinfo hints, *ai, *aitop;
         char ntop[NI_MAXHOST], strport[NI_MAXSERV];          char ntop[NI_MAXHOST], strport[NI_MAXSERV];
         int gaierr;          int gaierr;
Line 1284 
Line 1284 
         int remote_channel, display_number, sock = 0, newch;          int remote_channel, display_number, sock = 0, newch;
         const char *display;          const char *display;
         char buf[1024], *cp, *remote_host;          char buf[1024], *cp, *remote_host;
         int remote_len;          unsigned int remote_len;
         struct addrinfo hints, *ai, *aitop;          struct addrinfo hints, *ai, *aitop;
         char strport[NI_MAXSERV];          char strport[NI_MAXSERV];
         int gaierr;          int gaierr;

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39