=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshtty.c,v retrieving revision 1.6.6.1 retrieving revision 1.7 diff -u -r1.6.6.1 -r1.7 --- src/usr.bin/ssh/sshtty.c 2006/10/06 03:19:33 1.6.6.1 +++ src/usr.bin/ssh/sshtty.c 2006/02/07 01:42:00 1.7 @@ -1,4 +1,3 @@ -/* $OpenBSD: sshtty.c,v 1.6.6.1 2006/10/06 03:19:33 brad Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -35,12 +34,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include +#include "includes.h" +RCSID("$OpenBSD: sshtty.c,v 1.7 2006/02/07 01:42:00 stevesk Exp $"); + #include -#include #include "sshpty.h" +#include "log.h" static struct termios _saved_tio; static int _in_raw_mode = 0;