]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshtty.c
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / sshtty.c
index 5c016f80af87a42bd9e891048ea58a494d202480..78498908fc60399fc4f577a6f06f933461fbc176 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: sshtty.c,v 1.1 2001/04/14 16:33:20 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +36,6 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.3 2002/03/04 17:27:39 stevesk Exp $");
 
 #include "sshtty.h"
 #include "log.h"
@@ -46,7 +46,7 @@ static int _in_raw_mode = 0;
 int
 in_raw_mode(void)
 {
-       return _in_raw_mode;
+       return _in_raw_mode;    
 }
 
 struct termios
This page took 0.032469 seconds and 4 git commands to generate.