=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshtty.c,v retrieving revision 1.4.2.2 retrieving revision 1.5 diff -u -r1.4.2.2 -r1.5 --- src/usr.bin/ssh/sshtty.c 2004/08/19 22:37:33 1.4.2.2 +++ src/usr.bin/ssh/sshtty.c 2003/09/19 17:43:35 1.5 @@ -35,9 +35,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshtty.c,v 1.4.2.2 2004/08/19 22:37:33 brad Exp $"); +RCSID("$OpenBSD: sshtty.c,v 1.5 2003/09/19 17:43:35 markus Exp $"); -#include "sshpty.h" +#include "sshtty.h" #include "log.h" static struct termios _saved_tio;