From: Paul Mackerras Date: Fri, 27 Oct 1995 03:39:14 +0000 (+0000) Subject: use crtscts = -2 to indicate xon/xoff X-Git-Tag: RELEASE_2_3_6~606 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=6bca842794ae41bfc71bdf27cde3bf6ecd843540;ds=sidebyside use crtscts = -2 to indicate xon/xoff --- 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); }