summaryrefslogtreecommitdiff
path: root/security/lsh/patches/patch-aa
blob: 1f76f196c8e7901e0246836b3b930065804dbb4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2010/03/13 04:40:12 obache Exp $

--- src/unix_interact.c.orig	2006-01-23 17:53:38.000000000 +0000
+++ src/unix_interact.c
@@ -362,7 +362,7 @@ do_make_raw(struct terminal_attributes *
 
   /* Modify VMIN and VTIME, to save some bandwidth and make traffic
    * analysis of interactive sessions a little harder. */
-  res->ios.c_cc[VMIN] = 4;
+  res->ios.c_cc[VMIN] = 1;
   /* Inter-character timer, in units of 0.1s */
   res->ios.c_cc[VTIME] = 1;