[BACK]Return to tty.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/tty.c between version 1.203 and 1.204

version 1.203, 2007/11/19 18:51:51 version 1.204, 2007/11/19 19:53:48
Line 2220  ttwakeup(struct tty *tp)
Line 2220  ttwakeup(struct tty *tp)
         selnotify(&tp->t_rsel, NOTE_SUBMIT);          selnotify(&tp->t_rsel, NOTE_SUBMIT);
         if (ISSET(tp->t_state, TS_ASYNC))          if (ISSET(tp->t_state, TS_ASYNC))
                 ttysig(tp, TTYSIG_PG2, SIGIO);                  ttysig(tp, TTYSIG_PG2, SIGIO);
   #if 0
           /* XXX tp->t_rawq.c_cv.cv_waiters dropping to zero early!? */
         clwakeup(&tp->t_rawq);          clwakeup(&tp->t_rawq);
   #else
           cv_wakeup(&tp->t_rawq.c_cv);
   #endif
 }  }
   
 /*  /*

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204

CVSweb <webmaster@jp.NetBSD.org>