summaryrefslogtreecommitdiff
path: root/sshtty.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-29 21:38:40 +0000
committerColin Watson <cjwatson@debian.org>2009-12-29 21:38:40 +0000
commit1b816ea846aca3ee89e7995373ace609e9518424 (patch)
treeb41cdc8495cae7fa9c2e0f98a5f2e71656b61f9a /sshtty.c
parentfa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (diff)
parent086ea76990b1e6287c24b6db74adffd4605eb3b0 (diff)
import openssh-4.6p1-gsskex-20070312.patch
Diffstat (limited to 'sshtty.c')
-rw-r--r--sshtty.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sshtty.c b/sshtty.c
index 0b17c3e2d..04567669b 100644
--- a/sshtty.c
+++ b/sshtty.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: sshtty.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
1/* 2/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,10 +36,13 @@
35 */ 36 */
36 37
37#include "includes.h" 38#include "includes.h"
38RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $"); 39
40#include <sys/types.h>
41#include <stdio.h>
42#include <termios.h>
43#include <pwd.h>
39 44
40#include "sshpty.h" 45#include "sshpty.h"
41#include "log.h"
42 46
43static struct termios _saved_tio; 47static struct termios _saved_tio;
44static int _in_raw_mode = 0; 48static int _in_raw_mode = 0;