[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.14 and 1.15

version 1.14, 2006/02/08 12:15:27 version 1.15, 2006/02/10 00:27:13
Line 14 
Line 14 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include <sys/ioctl.h>
   
 #include <paths.h>  #include <paths.h>
 #include <termios.h>  #include <termios.h>
 #include <util.h>  #include <util.h>

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