projects
/
ppp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
old DLPI doesn't have dl_sap_length
[ppp.git]
/
pppd
/
options.c
diff --git
a/pppd/options.c
b/pppd/options.c
index d6f89e2ab097db056be71b2dce3bad59ff17d80f..e7f95bf54f83d79b00370865febad357ab514c2f 100644
(file)
--- a/
pppd/options.c
+++ b/
pppd/options.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
*/
#ifndef lint
-static char rcsid[] = "$Id: options.c,v 1.2
4 1995/08/16 01:39:35
paulus Exp $";
+static char rcsid[] = "$Id: options.c,v 1.2
5 1995/10/27 03:39:14
paulus Exp $";
#endif
#include <stdio.h>
#endif
#include <stdio.h>
@@
-1422,7
+1422,7
@@
setxonxoff()
lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
lcp_wantoptions[0].neg_asyncmap = 1;
lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
lcp_wantoptions[0].neg_asyncmap = 1;
- crtscts = 2;
+ crtscts =
-
2;
return (1);
}
return (1);
}