diff options
Diffstat (limited to 'sshtty.c')
-rw-r--r-- | sshtty.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshtty.c,v 1.1 2001/04/14 16:33:20 stevesk Exp $ */ | 1 | /* $OpenBSD: sshtty.c,v 1.2 2001/12/19 07:18:56 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -46,7 +46,7 @@ static int _in_raw_mode = 0; | |||
46 | int | 46 | int |
47 | in_raw_mode(void) | 47 | in_raw_mode(void) |
48 | { | 48 | { |
49 | return _in_raw_mode; | 49 | return _in_raw_mode; |
50 | } | 50 | } |
51 | 51 | ||
52 | struct termios | 52 | struct termios |