1 --- sys
.stable
/net
/if_ppp
.c Sat Jun
20 11:28:01 1998
2 +++ /usr
/src
/synclink
/bsd3
/if_ppp
.c Fri Apr
16 12:54:12 1999
4 for (i
= 0; i
< NPPP
; ++i
, ++sc
) {
6 if (!(sc
->sc_flags
& SC_TBUSY
)
7 - && (sc
->sc_if
.if_snd
.ifq_head
|| sc
->sc_fastq
.ifq_head
)) {
8 + && (sc
->sc_if
.if_snd
.ifq_head
|| sc
->sc_fastq
.ifq_head
|| sc
->sc_outm
)) {
9 sc
->sc_flags
|= SC_TBUSY
;