convince ourselves that that was right to begin with. anyway, begone.
-/* $OpenBSD: ppp_tty.c,v 1.26 2013/03/28 23:10:05 tedu Exp $ */
+/* $OpenBSD: ppp_tty.c,v 1.27 2014/04/19 12:18:35 henning Exp $ */
/* $NetBSD: ppp_tty.c,v 1.12 1997/03/24 21:23:10 christos Exp $ */
/*
if (tp->t_oproc != NULL)
(*tp->t_oproc)(tp);
-#ifdef ALTQ
- /*
- * if ALTQ is enabled, don't invoke NETISR_PPP.
- * pppintr() could loop without doing anything useful
- * under rate-limiting.
- */
- if (ALTQ_IS_ENABLED(&sc->sc_if.if_snd))
- return 0;
-#endif
/*
* If the transmit queue has drained and the tty has not hung up
* or been disconnected from the ppp unit, then tell if_ppp.c that