summaryrefslogtreecommitdiff
path: root/sshpty.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 03:53:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 03:53:02 +0000
commit6ed8c043de433b9a9e0babee631776a3c5de214f (patch)
tree09cc219691918590a97f03e384cc0e13add07625 /sshpty.c
parentcfb9370a3aeda822705eb50b723d80bea2b6a5c7 (diff)
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
Diffstat (limited to 'sshpty.c')
-rw-r--r--sshpty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshpty.c b/sshpty.c
index aca6f027c..4af55e920 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: pty.c,v 1.22 2001/02/08 19:30:52 itojun Exp $"); 15RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
16 16
17#ifdef HAVE_UTIL_H 17#ifdef HAVE_UTIL_H
18# include <util.h> 18# include <util.h>