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

Diff for /src/usr.bin/ssh/ssh.c between version 1.312 and 1.313

version 1.312, 2008/05/09 14:18:44 version 1.313, 2008/05/09 14:26:08
Line 160 
Line 160 
 /* pid of proxycommand child process */  /* pid of proxycommand child process */
 pid_t proxy_command_pid = 0;  pid_t proxy_command_pid = 0;
   
   /* mux.c */
   extern int muxserver_sock;
   extern u_int muxclient_command;
   
   
 /* Prints a help message to the user.  This function never returns. */  /* Prints a help message to the user.  This function never returns. */
   
 static void  static void

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313