From 972c84b80085235e2a89017991dcc2deaa6e742f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 11:11:56 +1100 Subject: - stevesk@cvs.openbsd.org 2006/02/07 01:52:50 [sshtty.c] "log.h" not needed --- sshtty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sshtty.c') diff --git a/sshtty.c b/sshtty.c index dcaba183..844a5c06 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; -- cgit v1.2.1