X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=freebsd-2.2.8%2Fpatch.if_ppp.c;fp=freebsd-2.2.8%2Fpatch.if_ppp.c;h=0000000000000000000000000000000000000000;hp=6bd8c6989d3fe413dad1b025b76aa196e87d15a1;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568 diff --git a/freebsd-2.2.8/patch.if_ppp.c b/freebsd-2.2.8/patch.if_ppp.c deleted file mode 100644 index 6bd8c69..0000000 --- a/freebsd-2.2.8/patch.if_ppp.c +++ /dev/null @@ -1,19 +0,0 @@ ---- sys.stable/net/if_ppp.c Fri Apr 16 16:14:37 1999 -+++ /usr/src/synclink/bsd2/if_ppp.c Tue Apr 13 09:54:07 1999 -@@ -930,7 +930,6 @@ - struct ppp_softc *sc; - { - int s = splimp(); -- - sc->sc_flags &= ~SC_TBUSY; - schednetisr(NETISR_PPP); - splx(s); -@@ -1082,7 +1081,7 @@ - for (i = 0; i < NPPP; ++i, ++sc) { - s = splimp(); - if (!(sc->sc_flags & SC_TBUSY) -- && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head)) { -+ && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head || sc->sc_outm)) { - sc->sc_flags |= SC_TBUSY; - splx(s); - (*sc->sc_start)(sc);