]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2006/02/07 01:52:50
authordjm <djm>
Wed, 15 Mar 2006 00:11:56 +0000 (00:11 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 00:11:56 +0000 (00:11 +0000)
     [sshtty.c]
     "log.h" not needed

ChangeLog
sshtty.c

index ab990c097f829a42e5c62b93a60e24911eff5359..966db06953b333a4244423b16b935fbfe034dc09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
      [channels.c clientloop.c clientloop.h includes.h packet.h]
      [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c]
      move #include <termios.h> out of includes.h; ok markus@
+   - stevesk@cvs.openbsd.org 2006/02/07 01:52:50
+     [sshtty.c]
+     "log.h" not needed
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
index dcaba1830f0a4d6be368aa4786fe693231254e25..844a5c0630edfbf887ca591e34344f0c4c14d1f3 100644 (file)
--- a/sshtty.c
+++ b/sshtty.c
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.7 2006/02/07 01:42:00 stevesk Exp $");
+RCSID("$OpenBSD: sshtty.c,v 1.8 2006/02/07 01:52:50 stevesk Exp $");
 
 #include <termios.h>
 
 #include "sshpty.h"
-#include "log.h"
 
 static struct termios _saved_tio;
 static int _in_raw_mode = 0;
This page took 0.034848 seconds and 5 git commands to generate.