summaryrefslogtreecommitdiff
path: root/freebsd-2.2.8/patch.if_ppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd-2.2.8/patch.if_ppp.c')
-rw-r--r--freebsd-2.2.8/patch.if_ppp.c19
1 files changed, 0 insertions, 19 deletions
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);