PERFORCE change 146558 for review
Ed Schouten
ed at FreeBSD.org
Sun Aug 3 20:59:48 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146558
Change 146558 by ed at ed_dull on 2008/08/03 20:59:21
Don't forget to wake up any readers.
Affected files ...
.. //depot/projects/mpsafetty/sys/ia64/ia64/ssc.c#2 edit
Differences ...
==== //depot/projects/mpsafetty/sys/ia64/ia64/ssc.c#2 (text+ko) ====
@@ -173,6 +173,7 @@
tty_lock(tp);
while ((c = ssc_cngetc(NULL)) != -1)
ttydisc_rint(tp, c, 0);
+ ttydisc_rint_done(tp);
tty_unlock(tp);
ssc_timeouthandle = timeout(ssc_timeout, tp, polltime);
More information about the p4-projects
mailing list