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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.68 and 1.69

version 1.68, 2000/04/14 10:30:33 version 1.69, 2000/04/19 07:05:50
Line 62 
Line 62 
         const char *cp;          const char *cp;
         char *command_string;          char *command_string;
         int pin[2], pout[2];          int pin[2], pout[2];
         int pid;          pid_t pid;
         char strport[NI_MAXSERV];          char strport[NI_MAXSERV];
   
         /* Convert the port number into a string. */          /* Convert the port number into a string. */

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69