1d2fe95d86d7075b909d8271cc2d0b3c468c28a4
[pkgsrc.git] / security / lsh / patches / patch-aa
1 $NetBSD: patch-aa,v 1.2 2007/04/01 21:26:49 wiz Exp $
2
3 --- src/unix_interact.c.orig    2003-10-14 19:12:21.000000000 +0200
4 +++ src/unix_interact.c 2003-10-14 19:12:36.000000000 +0200
5 @@ -261,7 +261,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