diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:11:56 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:11:56 +1100 |
commit | 972c84b80085235e2a89017991dcc2deaa6e742f (patch) | |
tree | 06d8de2dc2ad3fd187ae2956e765e23a177c25ca /sshtty.c | |
parent | 99bd21e3fe8f8312cb71c1ebf23c34a82a861429 (diff) |
- stevesk@cvs.openbsd.org 2006/02/07 01:52:50
[sshtty.c]
"log.h" not needed
Diffstat (limited to 'sshtty.c')
-rw-r--r-- | sshtty.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,12 +35,11 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: sshtty.c,v 1.7 2006/02/07 01:42:00 stevesk Exp $"); | 38 | RCSID("$OpenBSD: sshtty.c,v 1.8 2006/02/07 01:52:50 stevesk Exp $"); |
39 | 39 | ||
40 | #include <termios.h> | 40 | #include <termios.h> |
41 | 41 | ||
42 | #include "sshpty.h" | 42 | #include "sshpty.h" |
43 | #include "log.h" | ||
44 | 43 | ||
45 | static struct termios _saved_tio; | 44 | static struct termios _saved_tio; |
46 | static int _in_raw_mode = 0; | 45 | static int _in_raw_mode = 0; |