summaryrefslogtreecommitdiff
path: root/sshtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshtty.c')
-rw-r--r--sshtty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshtty.c b/sshtty.c
index eed8cfdc2..5c016f80a 100644
--- a/sshtty.c
+++ b/sshtty.c
@@ -1,4 +1,3 @@
1/* $OpenBSD: sshtty.c,v 1.2 2001/12/19 07:18:56 deraadt Exp $ */
2/* 1/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,6 +35,7 @@
36 */ 35 */
37 36
38#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: sshtty.c,v 1.3 2002/03/04 17:27:39 stevesk Exp $");
39 39
40#include "sshtty.h" 40#include "sshtty.h"
41#include "log.h" 41#include "log.h"