summaryrefslogtreecommitdiff
path: root/sshtty.c
diff options
context:
space:
mode:
authordtucker <dtucker>2004-05-13 06:06:46 +0000
committerdtucker <dtucker>2004-05-13 06:06:46 +0000
commit20fe726df6a5810247b7327b21e492d269b3eee8 (patch)
treebf9a900e5791db358d6ed6259f5f10061869f437 /sshtty.c
parent4b65072508ef69c10906e38c25d68c6f7f1ebe6b (diff)
downloadopenssh-20fe726df6a5810247b7327b21e492d269b3eee8.tar.gz
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok
Diffstat (limited to 'sshtty.c')
-rw-r--r--sshtty.c4
1 files changed, 2 insertions, 2 deletions
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;