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

Diff for /src/usr.bin/ssh/sshtty.c between version 1.1 and 1.1.6.1

version 1.1, 2001/04/14 16:33:20 version 1.1.6.1, 2002/03/07 17:37:48
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 36 
Line 35 
  */   */
   
 #include "includes.h"  #include "includes.h"
   RCSID("$OpenBSD$");
   
 #include "sshtty.h"  #include "sshtty.h"
 #include "log.h"  #include "log.h"
Line 46 
Line 46 
 int  int
 in_raw_mode(void)  in_raw_mode(void)
 {  {
         return _in_raw_mode;          return _in_raw_mode;
 }  }
   
 struct termios  struct termios

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.6.1