Deleted Added
full compact
30c30
< * $Id: cy.c,v 1.8 1995/07/05 12:15:52 bde Exp $
---
> * $Id: cy.c,v 1.9 1995/07/21 22:51:31 bde Exp $
158,159d157
< #define TSA_OCOMPLETE(tp) ((void *)&(tp)->t_outq)
< #define TSA_OLOWAT(tp) ((void *)&(tp)->t_outq)
2140,2153c2138
<
< #if 0 /* XXX TK2.0 */
< if (tp->t_state & (TS_SO_OCOMPLETE | TS_SO_OLOWAT) || tp->t_wsel)
< ttwwakeup(tp);
< #else
< if (tp->t_outq.c_cc <= tp->t_lowat) {
< if (tp->t_state & TS_ASLEEP) {
< tp->t_state &= ~TS_ASLEEP;
< wakeup(TSA_OLOWAT(tp));
< }
< selwakeup(&tp->t_wsel);
< }
< #endif
<
---
> ttwwakeup(tp);