From 972c84b80085235e2a89017991dcc2deaa6e742f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 11:11:56 +1100 Subject: [PATCH] - stevesk@cvs.openbsd.org 2006/02/07 01:52:50 [sshtty.c] "log.h" not needed --- ChangeLog | 5 ++++- sshtty.c | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ad3feb46..1e64687b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,9 @@ [channels.c clientloop.c clientloop.h includes.h packet.h] [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c] move #include out of includes.h; ok markus@ + - stevesk@cvs.openbsd.org 2006/02/07 01:52:50 + [sshtty.c] + "log.h" not needed 20060313 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) @@ -3918,4 +3921,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4144 2006/03/15 00:11:28 djm Exp $ +$Id: ChangeLog,v 1.4145 2006/03/15 00:11:56 djm Exp $ diff --git a/sshtty.c b/sshtty.c index dcaba1830..844a5c063 100644 --- a/sshtty.c +++ b/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 #include "sshpty.h" -#include "log.h" static struct termios _saved_tio; static int _in_raw_mode = 0;