[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.198 and 1.199

version 1.198, 2006/08/01 23:22:47 version 1.199, 2006/08/03 03:34:42
Line 13 
Line 13 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include "includes.h"  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <sys/stat.h>  #include <sys/stat.h>
Line 27 
Line 25 
 #include <errno.h>  #include <errno.h>
 #include <netdb.h>  #include <netdb.h>
 #include <paths.h>  #include <paths.h>
   #include <signal.h>
 #include <pwd.h>  #include <pwd.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "ssh.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "ssh.h"
 #include "rsa.h"  #include "rsa.h"
 #include "buffer.h"  #include "buffer.h"
 #include "packet.h"  #include "packet.h"

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199