1 --- sys
.stable
/net
/if_ppp
.c Fri Apr
16 16:14:37 1999
2 +++ /usr
/src
/synclink
/bsd2
/if_ppp
.c Tue Apr
13 09:54:07 1999
8 sc
->sc_flags
&= ~SC_TBUSY
;
9 schednetisr(NETISR_PPP
);
12 for (i
= 0; i
< NPPP
; ++i
, ++sc
) {
14 if (!(sc
->sc_flags
& SC_TBUSY
)
15 - && (sc
->sc_if
.if_snd
.ifq_head
|| sc
->sc_fastq
.ifq_head
)) {
16 + && (sc
->sc_if
.if_snd
.ifq_head
|| sc
->sc_fastq
.ifq_head
|| sc
->sc_outm
)) {
17 sc
->sc_flags
|= SC_TBUSY
;