diff options
author | 2016-05-04 14:22:33 +0000 | |
---|---|---|
committer | 2016-05-04 14:22:33 +0000 | |
commit | 39c1575d069577d2e31dc8794f3cc90e7a6628ea (patch) | |
tree | 8cc390abd6e0d4ec56d0664187f591c406c074c4 /usr.bin/ssh/ttymodes.c | |
parent | Print SD host controller version. (diff) | |
download | wireguard-openbsd-39c1575d069577d2e31dc8794f3cc90e7a6628ea.tar.xz wireguard-openbsd-39c1575d069577d2e31dc8794f3cc90e7a6628ea.zip |
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/ttymodes.c')
-rw-r--r-- | usr.bin/ssh/ttymodes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ttymodes.c b/usr.bin/ssh/ttymodes.c index eb883734acb..f5b06424dd7 100644 --- a/usr.bin/ssh/ttymodes.c +++ b/usr.bin/ssh/ttymodes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttymodes.c,v 1.29 2008/11/02 00:16:16 stevesk Exp $ */ +/* $OpenBSD: ttymodes.c,v 1.30 2016/05/04 14:22:33 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -52,7 +52,6 @@ #include "packet.h" #include "log.h" -#include "ssh1.h" #include "compat.h" #include "buffer.h" |