diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 01:52:51 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 01:52:51 +0000 |
commit | 1a4b35bf6accedcc96cdbe8ee63327d38e604810 (patch) | |
tree | 6ddc0f3289fc6cc496d269d9421cd228d66302c4 | |
parent | 1f6e539e343fc2242bff2b2565cd552d2eff24e3 (diff) |
"log.h" not needed
-rw-r--r-- | usr.bin/ssh/sshtty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshtty.c b/usr.bin/ssh/sshtty.c index dcaba1830f0..844a5c0630e 100644 --- a/usr.bin/ssh/sshtty.c +++ b/usr.bin/ssh/sshtty.c @@ -35,12 +35,11 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshtty.c,v 1.7 2006/02/07 01:42:00 stevesk Exp $"); +RCSID("$OpenBSD: sshtty.c,v 1.8 2006/02/07 01:52:50 stevesk Exp $"); #include <termios.h> #include "sshpty.h" -#include "log.h" static struct termios _saved_tio; static int _in_raw_mode = 0; |