]> andersk Git - openssh.git/blobdiff - sshtty.c
- otto@cvs.openbsd.org 2005/10/24 20:25:14
[openssh.git] / sshtty.c
index 0b17c3e2d839717fe44d58584e6a4c0a2dc9d597..04567669b13bcb466dc3bbdda1e0cddc3318c4cd 100644 (file)
--- a/sshtty.c
+++ b/sshtty.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: sshtty.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $");
+
+#include <sys/types.h>
+#include <stdio.h>
+#include <termios.h>
+#include <pwd.h>
 
 #include "sshpty.h"
-#include "log.h"
 
 static struct termios _saved_tio;
 static int _in_raw_mode = 0;
This page took 0.033942 seconds and 4 git commands to generate.