From 6bca842794ae41bfc71bdf27cde3bf6ecd843540 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 27 Oct 1995 03:39:14 +0000 Subject: [PATCH] use crtscts = -2 to indicate xon/xoff --- pppd/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/options.c b/pppd/options.c index d6f89e2..e7f95bf 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.24 1995/08/16 01:39:35 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.25 1995/10/27 03:39:14 paulus Exp $"; #endif #include @@ -1422,7 +1422,7 @@ setxonxoff() lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */ lcp_wantoptions[0].neg_asyncmap = 1; - crtscts = 2; + crtscts = -2; return (1); } -- 2.39.2