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

Diff for /src/usr.bin/ssh/ttymodes.c between version 1.25 and 1.26

version 1.25, 2006/07/22 20:48:23 version 1.26, 2006/08/03 03:34:42
Line 43 
Line 43 
  * suitable code.   * suitable code.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
 #include <errno.h>  #include <errno.h>
 #include <string.h>  #include <string.h>
 #include <termios.h>  #include <termios.h>
   #include <stdarg.h>
   
 #include "packet.h"  #include "packet.h"
 #include "log.h"  #include "log.h"
 #include "ssh1.h"  #include "ssh1.h"
 #include "compat.h"  #include "compat.h"
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  
   
 #define TTY_OP_END              0  #define TTY_OP_END              0
 /*  /*

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26