X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/82de775c012593f449a97144bf1e1187bfdd45cb..823221b29186882ad56bfb9bf95c6b2dc86e8bbe:/sshtty.c diff --git a/sshtty.c b/sshtty.c index 4fb2d3da..0b17c3e2 100644 --- a/sshtty.c +++ b/sshtty.c @@ -35,9 +35,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshtty.c,v 1.5 2003/09/19 17:43:35 markus Exp $"); +RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $"); -#include "sshtty.h" +#include "sshpty.h" #include "log.h" static struct termios _saved_tio;