Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2008 20:59:47 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 146558 for review
Message-ID:  <200808032059.m73Kxl8F094655@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146558

Change 146558 by ed@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808032059.m73Kxl8F094655>