]> andersk Git - openssh.git/blobdiff - sshtty.c
- stevesk@cvs.openbsd.org 2006/02/08 23:51:24
[openssh.git] / sshtty.c
index 4fb2d3dae8ee4a7e109367a2045d58abbb2796a6..844a5c0630edfbf887ca591e34344f0c4c14d1f3 100644 (file)
--- a/sshtty.c
+++ b/sshtty.c
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.5 2003/09/19 17:43:35 markus Exp $");
+RCSID("$OpenBSD: sshtty.c,v 1.8 2006/02/07 01:52:50 stevesk Exp $");
 
-#include "sshtty.h"
-#include "log.h"
+#include <termios.h>
+
+#include "sshpty.h"
 
 static struct termios _saved_tio;
 static int _in_raw_mode = 0;
This page took 0.038959 seconds and 4 git commands to generate.