[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.255 and 1.256

version 1.255, 2015/01/19 20:20:20 version 1.256, 2015/01/20 23:14:00
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 <sys/param.h>  /* roundup */
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/socket.h>  #include <sys/socket.h>

Legend:
Removed from v.1.255  
changed lines
  Added in v.1.256