diff options
author | markus@openbsd.org <markus@openbsd.org> | 2016-05-04 16:22:33 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-05-19 09:48:34 +0200 |
commit | 0516454151ae722fc8256c3c56115c6baf24c5b0 (patch) | |
tree | 77e564e315d3a426051f32d59ba4720b4f2de860 /ttymodes.c | |
parent | initialise salen in binresvport_sa (diff) | |
download | openssh-0516454151ae722fc8256c3c56115c6baf24c5b0.tar.xz openssh-0516454151ae722fc8256c3c56115c6baf24c5b0.zip |
upstream commit
move SSH_MSG_NONE, so we don't have to include ssh1.h;
ok deraadt@
Upstream-ID: c2f97502efc761a41b18c17ddf460e138ca7994e
Diffstat (limited to 'ttymodes.c')
-rw-r--r-- | ttymodes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ttymodes.c b/ttymodes.c index 6f51b8a70..db772c39c 100644 --- a/ttymodes.c +++ b/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 @@ -54,7 +54,6 @@ #include "packet.h" #include "log.h" -#include "ssh1.h" #include "compat.h" #include "buffer.h" |