summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshtty.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-08 00:01:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-08 00:01:38 +0000
commit083ac5bb10284babbaa8c187dea917ef66025d1a (patch)
tree2ce15f5fb9030b8c78b0c0cdf75ebb7d9b562a47 /usr.bin/ssh/sshtty.c
parent66460be42f524097a0fb31b52d75a2e7ed7cf1c4 (diff)
make two tiny header files go away; djm ok
Diffstat (limited to 'usr.bin/ssh/sshtty.c')
-rw-r--r--usr.bin/ssh/sshtty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshtty.c b/usr.bin/ssh/sshtty.c
index 4fb2d3dae8e..0b17c3e2d83 100644
--- a/usr.bin/ssh/sshtty.c
+++ b/usr.bin/ssh/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;