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

Diff for /src/usr.bin/ssh/sshpty.c between version 1.15 and 1.16

version 1.15, 2006/02/10 00:27:13 version 1.16, 2006/02/20 17:19:54
Line 15 
Line 15 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
   #include <sys/types.h>
   #include <sys/stat.h>
   
 #include <paths.h>  #include <paths.h>
 #include <termios.h>  #include <termios.h>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16