* [PATCH] stubdom: fix copy/paste typo in select()
@ 2008-07-08 15:11 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-07-08 15:11 UTC (permalink / raw)
To: xen-devel
stubdom: fix copy/paste typo in select()
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r c7a50d4a3adc extras/mini-os/lib/sys.c
--- a/extras/mini-os/lib/sys.c Tue Jul 08 14:34:57 2008 +0100
+++ b/extras/mini-os/lib/sys.c Tue Jul 08 16:10:44 2008 +0100
@@ -734,7 +734,7 @@
FD_CLR(i, exceptfds);
break;
case FTYPE_CONSOLE:
- if (FD_ISSET(i, writefds)) {
+ if (FD_ISSET(i, readfds)) {
if (xencons_ring_avail())
n++;
else
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-08 15:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 15:11 [PATCH] stubdom: fix copy/paste typo in select() Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.