[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.250 and 1.251

version 1.250, 2006/04/16 00:48:52 version 1.251, 2006/07/03 17:59:32
Line 44 
Line 44 
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/un.h>  #include <sys/un.h>
   #include <sys/socket.h>
   
   #include <netinet/in.h>
   #include <arpa/inet.h>
   
 #include <termios.h>  #include <termios.h>
   

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251