summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ttymodes.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-01-19 15:55:13 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-01-19 15:55:13 +0000
commitc8e30de90fc429e1ff3ad41ca71e4dccd8d82cc0 (patch)
tree399702fc4973938c6f47bff5cbe9674747e43db0 /usr.bin/ssh/ttymodes.c
parent89ca1809e467b574468e1fd98161130448eecf10 (diff)
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Diffstat (limited to 'usr.bin/ssh/ttymodes.c')
-rw-r--r--usr.bin/ssh/ttymodes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ttymodes.c b/usr.bin/ssh/ttymodes.c
index a7a3e930108..68d38614621 100644
--- a/usr.bin/ssh/ttymodes.c
+++ b/usr.bin/ssh/ttymodes.c
@@ -15,10 +15,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ttymodes.c,v 1.8 2000/09/07 20:27:55 deraadt Exp $");
+RCSID("$OpenBSD: ttymodes.c,v 1.9 2001/01/19 15:55:12 markus Exp $");
#include "packet.h"
#include "ssh.h"
+#include "ssh1.h"
#define TTY_OP_END 0
#define TTY_OP_ISPEED 192 /* int follows */