Bug #82 » ppp_tty.c.diff
ppp_tty.c 28 Jan 2006 05:05:44 -0000 | ||
---|---|---|
* Loop waiting for input, checking that nothing disasterous
|
||
* happens in the meantime.
|
||
*/
|
||
crit_exit();
|
||
crit_enter();
|
||
for (;;) {
|
||
if (tp != (struct tty *) sc->sc_devp || tp->t_line != PPPDISC) {
|
||
crit_exit();
|