update Sat Mar 13 00:37:00 PST 2010
[pkgsrc.git] / security / lsh / patches / patch-aa
1 $NetBSD: patch-aa,v 1.3 2010/03/13 04:40:12 obache Exp $
2
3 --- src/unix_interact.c.orig    2006-01-23 17:53:38.000000000 +0000
4 +++ src/unix_interact.c
5 @@ -362,7 +362,7 @@ do_make_raw(struct terminal_attributes *
6  
7    /* Modify VMIN and VTIME, to save some bandwidth and make traffic
8     * analysis of interactive sessions a little harder. */
9 -  res->ios.c_cc[VMIN] = 4;
10 +  res->ios.c_cc[VMIN] = 1;
11    /* Inter-character timer, in units of 0.1s */
12    res->ios.c_cc[VTIME] = 1;
13